-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement Vaporetto with supporting multiple tags (#35)
* Reimplement Vaporetto with supporting multiple tags * Update examples * fmt all * clippy and fix bugs * fmt * fix bugs * Add charwise-pma feature * fmt * clippy * fix * fix features * docs * Implement Eq to CharacterBoundary * fix features * fix CI * Update README * update README-ja * fix a bug * fix README * Update vaporetto/src/dict_model.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update vaporetto/src/utils.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update vaporetto/src/dict_model.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update docs of Sentence * update docs * Add a description of Sentence::default() * Update docs * fix docs * fmt * fix minor * fix lint * fix doc * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * fix docs * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * fix docs * update docs * str_to_char_pos * fix * Update vaporetto/src/sentence.rs Co-authored-by: Shunsuke Kanda <[email protected]> * Update sentence.rs * debug_assert() for daachorse * Update vaporetto/src/char_scorer.rs Co-authored-by: Shunsuke Kanda <[email protected]> * fix * fix arg names * fix * fix * check window_size * fix * Add Nop * Revert "Add Nop" This reverts commit 3b8d9d9. * Revert "fix" This reverts commit ccf3657. * Revert "check window_size" This reverts commit d17062e. * fix serialization * fix * wrap tag_predictor by Option * add panic test * add comments for unsafe blocks * fix * add trim_end_zeros() * refactoring * add TagWeight * Add description of TagModel * Update model.rs * Use HashMap in model * fix * tantivy 0.18 * fix * Add wrapper of HashMap for bincode * fix * fix * fix * fix * fix * add cfg annotation * fix * fix * Use Vec in Model * Apply suggestions from code review Co-authored-by: Shunsuke Kanda <[email protected]> * Add debug_assert!() * Remove redundant clone() * fix * fix * Apply suggestions from code review Co-authored-by: Shunsuke Kanda <[email protected]> Co-authored-by: Shunsuke Kanda <[email protected]>
- Loading branch information
1 parent
77c76dc
commit 58ef5f3
Showing
45 changed files
with
5,477 additions
and
4,648 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
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
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
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
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
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
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
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
Oops, something went wrong.