-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# trietree Test Strategy | ||
|
||
(Only Japanese) | ||
|
||
## Predict (Scan) Method | ||
|
||
要件 | ||
|
||
* [ ] 全部の単語が検出される | ||
* [ ] 位置が正しい | ||
* [ ] 検出単語が正しい | ||
* [ ] (OPTIONAL) 付随データが正しい | ||
* [ ] 範囲が重複した単語が検出される | ||
* [ ] 前半が重複 | ||
* [ ] 始点がより前方 | ||
* [ ] 始点が一致 | ||
* [ ] 後半が重複 | ||
* [ ] 終点がより後方 | ||
* [ ] 終点が一致 | ||
* [ ] 内包 | ||
* [ ] 同じ単語が複数回 | ||
* [ ] 回文構造 | ||
|
||
## Put Method | ||
|
||
* 既存単語の値更新が機能する |