Commit Graph

290 Commits

Author SHA1 Message Date
54c61039e2 Merge pull request #59 from ensan-hcl/docs/development_guide.md
[Docs] 開発ガイドを追加
2024-03-07 02:10:40 +09:00
440ac57e03 開発ガイドを追加 2024-03-07 02:10:04 +09:00
4c7bfffd53 Merge pull request #56 from ensan-hcl/fix/swift5_10
[Fix] Swift 5.10でのビルドエラーを修正
2024-03-07 00:16:10 +09:00
2c4af95885 fix build error in swift 5.10 2024-03-06 23:29:41 +09:00
4038f51090 Merge pull request #54 from k-taro56/develop 2024-03-04 08:41:34 +09:00
fb7119a148 Refactor dropping "ネン" from string in CalendarCandidate.swift 2024-03-03 02:17:05 +09:00
3daa43bd8e Merge pull request #52 from ensan-hcl/feature/rename_to_dynamic_user_dict
[Feature] 動的ユーザ辞書の機能を明記
2024-02-29 15:35:28 +09:00
72118a002e update document 2024-02-29 14:28:04 +09:00
f593a17d0a Rename osUserDict to dynamicUserDict, indicating more flexibility 2024-02-29 14:15:12 +09:00
77bc115345 Merge pull request #51 from ensan-hcl/feature/simplified_prediction
[Feature] 予測変換用の辞書検索を単純化
2024-02-29 01:56:02 +09:00
bf1cb13631 Simplify prediction candidate search 2024-02-29 01:32:20 +09:00
81c3324a66 Merge pull request #50 from ensan-hcl/feature/cli
[Tool] cliツールとして`anco`を追加
2024-02-27 23:55:02 +09:00
f30bfcf298 Introduce anco cli tool 2024-02-27 23:44:01 +09:00
ea0219e66e add failing case 2024-02-27 23:04:19 +09:00
cda10cc87e add more test cases 2024-02-27 01:48:14 +09:00
85a15051b4 [Experimental] InputGraphのアルゴリズムの改善 (#48)
* add correct graph

* CorrectGraphの概念を導入し、混乱をある程度解消

* Additioanl edge cases

* fix some test

* Now lookup graph perfectly works
2024-02-27 00:52:25 +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
784a80c46a [Experimental] InputGraphベースの辞書ルックアップ (#45) 2024-02-23 02:37:59 +09:00
5431bafb27 [WIP] InputGraphベースの入力管理の実装 (#44)
* Test-level implementation of InputGraph

* move file

* implement typo-sensitiveness

* implement input style and input style boundary checking

* fix ci

* fix ci 2
2024-02-22 16:56:22 +09:00
52a1715e69 Merge pull request #40 from ensan-hcl/update/readme
[Docs] Update README for Version 0.6
2024-02-20 18:37:40 +09:00
21ee628327 Update README.md 2024-02-20 18:36:57 +09:00
4577791d3c Merge pull request #41 from ensan-hcl/tools/ci
[Tools] UbuntuでもCIを実行
2024-02-20 18:32:58 +09:00
132299c68d Merge pull request #42 from ensan-hcl/tools/dependabot
[Tools] DependaBotを追加
2024-02-20 18:27:10 +09:00
dd1268d633 Add dependabot 2024-02-20 18:25:44 +09:00
39b9a633aa add submodule checkout 2024-02-20 18:22:13 +09:00
10a307cbcd Finally~~ 2024-02-20 18:20:10 +09:00
495370f168 fix 2024-02-20 18:18:34 +09:00
a8a977d3de remove matrix.swift 2024-02-20 18:16:36 +09:00
fc91b3b686 fix 2024-02-20 18:14:50 +09:00
d0cc1b960d fix 2024-02-20 18:12:21 +09:00
14156e4dcf cleanup 2024-02-20 18:11:37 +09:00
65a6ef82e1 Merge branch 'develop' into tools/ci 2024-02-20 18:07:52 +09:00
6d6765e3a2 add CI on linux 2024-02-20 18:07:35 +09:00
d3190cf01f fix typo 2024-02-20 01:28:33 +09:00
0f92099eba Merge branch 'develop' into update/readme 2024-02-20 01:27:38 +09:00
89e9512c25 Update README for version 0.6 2024-02-20 01:26:58 +09:00
23b1d0be8f Merge pull request #39 from ensan-hcl/feature/submodule_integration
[Feature] デフォルト辞書を提供するモジュールを追加
2024-02-20 01:15:46 +09:00
11da533049 Merge branch 'develop' into feature/submodule_integration 2024-02-20 01:06:45 +09:00
a072be91d4 Avoid @MainActor class 2024-02-20 01:05:13 +09:00
bb42d01563 make testMozcEvaluationData macOS-only to avoid build failure in Linux 2024-02-20 00:57:27 +09:00
0b61b00076 fix indent 2024-02-20 00:47:51 +09:00
dbbaec32a0 update workflow 2024-02-20 00:46:43 +09:00
f4e2af36ec Merge pull request #37 from ensan-hcl/test/async
[Test] @MainActorのテストケースクラスをasyncなtestケースに変更
2024-02-20 00:35:05 +09:00
6f2a5218a2 add submodule and add conversion tests 2024-02-20 00:34:47 +09:00
d13341c147 Merge branch 'develop' into test/async 2024-02-19 23:30:55 +09:00
76d511d3dd switch to async test instead of mainactor testcases 2024-02-19 23:30:32 +09:00
83535f13f6 Merge pull request #36 from ensan-hcl/fix/spell_checker
Add #else to enable compile in non-Apple platforms
2024-02-19 23:20:48 +09:00
a6b5fec881 Add #else to enable compile in non-Apple platforms 2024-02-19 14:12:25 +00:00
b02f6eb899 make text replacer customizable (#35) 2024-02-17 22:32:19 +09:00