Commit Graph

8 Commits

Author SHA1 Message Date
378c9eb2f3 refactor: ファイルが読み込めなかった際のエラーメッセージを改善し、深刻であるのかをわかりやすくした 2024-09-29 15:58:57 +09:00
73ed9c02d4 [Fix] 学習データの更新ロジックを修正 (#86)
* base value should be updated here

* fix logic

* chore: 処理順の変更

* fix: だいぶ怪しい処理を修正

* debug: add debug print

* debug: add debug print

* debug: add debug print

* debug: add debug print

* debug: add debug print

* debug: add debug print

* debug: add debug print

* fix: use memory stride, not size

* implement: migration from wrong impl

* implement: migration from wrong impl

* cleanup: remove debug codes
2024-04-30 23:06:36 +09:00
4f2750ef3e [Tools] 辞書データ解析用のサブコマンドをancoに追加 (#85)
* base value should be updated here

* feature: implement cli tool for reading louds data

* Update document
2024-04-29 19:26:28 +09:00
cda10cc87e add more test cases 2024-02-27 01:48:14 +09:00
0795b8cf84 [Experimental] ConvertGraphを実装し、その上での完全一致変換を実装 (#47)
* ConvertGraphを実装し、その上での完全一致変換を実装

* 名前空間を汚染していたので修正

* Implementation completed (without test)

* move directory to use default dictionary

* fix implementations to enable conversion

* add test cases

* Backward searchで発見された候補を明示的に削除

* fix tests

* simplify
2024-02-24 23:21:44 +09:00
52fc9ae4c2 [Experimental] InputGraphの構造を変更し、LookupGraphによる辞書引きを実装 (#46)
* implement byfix lookup

* find failing test

* implement backward search

* add more test cases

* add new file

* split files

* Improve InputGraph Architecture

* implement dictionary search
2024-02-23 17:51:27 +09:00
20a602266c Add @inlinable to more cases 2023-08-31 18:29:37 +09:00
98bc180c17 Move to root 2023-07-23 00:34:27 +09:00