Commit Graph

498 Commits

Author SHA1 Message Date
Miwa / Ensan
14fa82bee9 refactor: Typo Correctionがオフのモードの場合に呼ばれていた実装のうち、不要なものを削除 2025-06-29 19:15:14 +09:00
Miwa
a90467c38a Merge pull request #211 from azooKey/feat/unified_lookup
feat: 誤り訂正と辞書引きの統合処理の実装
2025-06-29 18:32:14 +09:00
Miwa / Ensan
f2f723c7b3 refactor: remove unused api 2025-06-29 15:06:34 +09:00
Miwa / Ensan
2e61ad1638 fix: depth関連の実装を適切に修正 2025-06-29 15:01:20 +09:00
Miwa / Ensan
763b059a45 feat: support roman version of pruning 2025-06-29 14:16:25 +09:00
Miwa / Ensan
eb4e669b2b feat: typo correctionの枝刈りを実装し、direct入力のケースでTestFullConversionの実行速度が1.6倍に向上 2025-06-29 12:30:34 +09:00
Miwa / Ensan
b44fc3f3bd fix: add else clause 2025-06-29 02:33:55 +09:00
Miwa / Ensan
d20f4210c3 refactor: rename api 2025-06-29 01:53:19 +09:00
Miwa / Ensan
d636926e83 feat: TypoCorrectionとMovingTowardPrefixSearchを同時実行する関数を追加 2025-06-29 01:51:08 +09:00
Miwa
5036fa3b94 Merge pull request #212 from azooKey/fix/voiced_xa
fix: 「ぁ゚」が優先される問題に対処
2025-06-28 14:42:57 +09:00
ensan-hcl
98b4a2bfad fix: 「ぁ゚」が優先される問題に対処 2025-06-28 14:29:37 +09:00
Miwa / Ensan
04d7edffdd wip: add generator impl 2025-06-28 01:00:08 +09:00
Miwa / Ensan
854874fdc2 refactor: split TypoCorrection-related API for separate namaespace 2025-06-28 00:27:30 +09:00
Miwa
74d4d412c3 refactor: 辞書検索関連の関数の実装を統合し、名前を整理 (#209)
* perf: 同じloudsに対する検索をバルク処理することによって、処理の効率化を実現

* fix: bug

* test: add typo correction test

* chore: finalize imp;

* feat: update search-related impls
2025-06-27 23:21:11 +09:00
Miwa
f5037e393c perf: 同じloudsに対する検索をバルク処理することによって、処理の効率化を実現 (#208)
* perf: 同じloudsに対する検索をバルク処理することによって、処理の効率化を実現

* fix: bug

* test: add typo correction test

* chore: finalize imp;
2025-06-27 22:32:46 +09:00
Miwa
f60a9a8738 Merge pull request #207 from azooKey/refactor/deprecated_api
refactor: stop using String(cString:)
2025-06-25 12:24:14 +09:00
ensan-hcl
a254dcee19 feat: stop using String(cString:) 2025-06-24 19:12:50 +09:00
Miwa
5feac1c672 Merge pull request #206 from azooKey/feat/enable_upcoming_features
feat(breaking): enable upcoming features for future compatibility
2025-06-15 19:52:01 +09:00
Miwa / Ensan
2be71cd98e fix: expose isKana 2025-06-15 19:40:01 +09:00
Miwa / Ensan
c2c7cbf031 fix: expose if necessary 2025-06-15 19:38:46 +09:00
Miwa / Ensan
14be26541d fix: expose CharacterUtils 2025-06-15 19:34:25 +09:00
Miwa / Ensan
543f6d93be feat: enable InternalImportsByDefault feature flag 2025-06-15 19:30:51 +09:00
Miwa / Ensan
4d4e54691c feat: enable MemberImportVisibility feature for future compatibility 2025-06-15 19:15:35 +09:00
Miwa
0b426db8d2 Merge pull request #205 from azooKey/fix/roman_triplet_input
fix: getWiseData関連の実装を修正し、bya→ビャなどの変換を適切に表示
2025-06-14 19:47:36 +09:00
Miwa / Ensan
f52c3814f1 fix: getWiseData関連の実装を修正し、bya→ビャなどの変換を適切に表示 2025-06-14 19:38:18 +09:00
Miwa
8278b6b76e Merge pull request #204 from azooKey/feat/safer_learning_manager
feat: LearningManagerの`options`にデフォルト値を設定しないようにした
2025-06-12 23:24:20 +09:00
Miwa
3deaf9557f Merge branch 'develop' into feat/safer_learning_manager 2025-06-12 23:14:10 +09:00
Miwa / Ensan
dc4b0780df feat: update LearningManager to avoid accidentally depends on non-updated default options 2025-06-12 23:11:14 +09:00
Miwa
0564bea1ed Merge pull request #202 from azooKey/fix/target
fix: Swift 6.2以降でEfficientNGramのimport部分がエラーになっていたので修正
2025-06-10 17:36:03 +09:00
Miwa / Ensan
6b4a6d23b7 fix: always use EfficientNGram 2025-06-10 17:20:49 +09:00
Miwa
2c076e6e90 Merge pull request #201 from azooKey/dependabot/submodules/Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage-7ed1c6b
build(deps): bump Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage from `dd6ffab` to `7ed1c6b`
2025-06-04 21:53:49 +09:00
Miwa
5ab698ae0c Merge pull request #200 from azooKey/codex/解決する問題#12
Add learning data documentation
2025-06-04 21:45:23 +09:00
Miwa / Ensan
a1cb34e81c test: 「的な」は複合語であり、必ずしも必要ではないので削除 2025-06-04 21:44:06 +09:00
Miwa
c7269d0652 docs: link learning data guide 2025-06-04 18:48:20 +09:00
Miwa
55e62035fd docs: detail memory reset options 2025-06-04 18:48:14 +09:00
dependabot[bot]
3a97952f6c build(deps): bump Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage
Bumps [Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage](https://github.com/ensan-hcl/azooKey_dictionary_storage) from `dd6ffab` to `7ed1c6b`.
- [Release notes](https://github.com/ensan-hcl/azooKey_dictionary_storage/releases)
- [Commits](dd6ffab8f1...7ed1c6b3e3)

---
updated-dependencies:
- dependency-name: Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage
  dependency-version: 7ed1c6b3e361e9f453d23beefa344422f4027eb1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 07:01:10 +00:00
Miwa
e1e102e0cf Fix learning type example 2025-06-04 10:22:34 +09:00
Miwa
a26f2f31a5 Fix docs examples 2025-06-04 10:22:30 +09:00
Miwa
8de2b49974 docs: add learning data guide 2025-06-04 09:37:26 +09:00
Miwa
a30e8b27a8 Merge pull request #199 from azooKey/fix/clarify_incremental_update_case
fix: Zenzaiで学習が有効な場合に、低頻度の漢字を用いたありえない変換候補が提案される問題を修正
2025-06-04 01:35:57 +09:00
Miwa / Ensan
5b4f901d02 fix: broken when memory is enabled 2025-06-04 01:24:35 +09:00
Miwa
a6e35f91ac Merge pull request #198 from azooKey/test/dictionary_vocabulary_test
test: 特定の文字で始まるファイルのみが壊れる、といったエラーの抑制のため、各文字で始まる語彙のチェックを追加
2025-06-02 23:40:53 +09:00
Miwa / Ensan
e45671a9f3 test: add basic vocabulary check for all prefixes, to avoid collapse 2025-06-02 23:14:23 +09:00
Miwa
4e5fafa3b9 Merge pull request #197 from azooKey/fix/coarse_forget
fix: forget memoryの実装を「粗い」チェックに変更し、表層形の一致のみで判断するようにした
2025-06-02 22:52:58 +09:00
Miwa
2b07b7e4c4 Update Sources/KanaKanjiConverterModule/DicdataStore/LearningMemory.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-02 22:36:55 +09:00
Miwa / Ensan
2569d8475e fix: forget memoryの実装を「粗い」チェックに変更し、表層形の一致のみで判断するようにした 2025-06-02 22:32:17 +09:00
Miwa
503c9171b2 Merge pull request #189 from azooKey/codex/modify-learningmanager.init-and-add-error-handling
feat: `.pause`が残っている場合に学習データの復旧を試みるよう修正
2025-06-01 21:59:26 +09:00
Miwa / Ensan
b9cd6833da chore: remove comment 2025-06-01 21:47:23 +09:00
Miwa
651a208625 Update README.md 2025-06-01 21:45:24 +09:00
Miwa / Ensan
13a7cfad96 feat: add test for TemporalLearningMemoryTrie 2025-06-01 21:44:31 +09:00