Commit Graph

414 Commits

Author SHA1 Message Date
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
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
Miwa / Ensan
7af6d81ef6 feat: add forget memory test 2025-06-01 21:39:33 +09:00
Miwa / Ensan
53cb1e3b41 fix: update tests 2025-06-01 21:02:27 +09:00
Miwa / Ensan
750d9f87e4 fix: fix failed tests and update for clarity 2025-06-01 20:31:36 +09:00
Miwa
96b0bcce53 Merge branch 'develop' into codex/modify-learningmanager.init-and-add-error-handling 2025-06-01 20:26:39 +09:00
Miwa
5d50bc5ec0 Merge pull request #196 from azooKey/feat/learning_debug_cli 2025-06-01 19:14:30 +09:00
Miwa / Ensan
007d534556 feat: cliの使い方を補足 2025-06-01 18:42:02 +09:00
Miwa / Ensan
2c5166740f feat: add --debug mode 2025-06-01 18:41:49 +09:00
Miwa / Ensan
6d49f67164 feat: --readonly_memory optionを追加し、外部の学習データを用いたデバッグを実行可能にした 2025-06-01 18:41:34 +09:00
Miwa / Ensan
db76b988fd fix: setup時に必ずメモリーをリセットしてからロードするように変更 2025-06-01 18:40:49 +09:00
Miwa
7607f91d04 Merge pull request #182 from azooKey/dependabot/submodules/Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage-dd6ffab
build(deps): bump Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage from `cb41cee` to `dd6ffab`
2025-05-31 19:48:26 +09:00
Miwa
5a4b3e728e test: verify pause file recovery 2025-05-25 19:36:11 +09:00
Miwa
d19b47cd5e Merge pull request #185 from azooKey/codex/add-comma-separated-number-conversion-in-special-candidate-p
feat: コンマ付き数字の変換候補を追加
2025-05-25 18:49:30 +09:00
Miwa
5e58458895 Add comma separated number special candidate 2025-05-25 18:40:18 +09:00
Miwa
987baa30c3 Merge pull request #183 from azooKey/feat/special_candidate_providers
feat: 特殊な変換のプロトコルを定め、外から挿入できるようにした
2025-05-25 18:28:45 +09:00
Miwa / Ensan
fcc6219484 feat: 特殊な変換のプロトコルを定め、外から挿入できるようにした 2025-05-25 18:20:08 +09:00
dependabot[bot]
15fe1ab166 build(deps): bump Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage
Bumps [Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage](https://github.com/ensan-hcl/azooKey_dictionary_storage) from `cb41cee` to `dd6ffab`.
- [Release notes](https://github.com/ensan-hcl/azooKey_dictionary_storage/releases)
- [Commits](cb41ceeb78...dd6ffab8f1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-22 06:45:43 +00:00
Miwa
8f7819b6d8 Merge pull request #179 from azooKey/feat/azooKey_dictionary_builder_integration
feat: update dictionary setting
2025-05-22 01:38:46 +09:00
Miwa / Ensan
7e8f7cf253 feat: update 2025-05-22 01:07:13 +09:00
Miwa
be6b18e7a4 Merge pull request #178 from azooKey/dependabot/submodules/Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage-cb41cee
build(deps): bump Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage from `b05798b` to `cb41cee`
2025-05-20 22:40:56 +09:00
dependabot[bot]
14a7588b92 build(deps): bump Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage
Bumps [Sources/KanaKanjiConverterModuleWithDefaultDictionary/azooKey_dictionary_storage](https://github.com/ensan-hcl/azooKey_dictionary_storage) from `b05798b` to `cb41cee`.
- [Release notes](https://github.com/ensan-hcl/azooKey_dictionary_storage/releases)
- [Commits](b05798b436...cb41ceeb78)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-14 06:13:30 +00:00
Miwa
c0d5e46b47 Merge pull request #177 from azooKey/feat/azooKey_dictionary_builder_integration
feat: azooKey_dictionary_builderの機能をCliToolに統合
2025-05-04 14:53:38 +09:00
Miwa / Ensan
cf47927ed9 feat: azooKey_dictionary_builderの機能をCliToolに統合 2025-05-04 12:45:30 +09:00
Miwa
5f2717ac4d Merge pull request #176 from azooKey/feat/stable_release
feat: use versioning for dependencies
2025-04-26 17:01:32 +09:00
Miwa / Ensan
30d170f710 feat: use versioning for dependencies 2025-04-26 16:50:03 +09:00
Miwa
9c6e30e8b0 Merge pull request #174 from azooKey/feat/update_emoji16.0
feat: use emoji 16.0
2025-04-25 00:19:16 +09:00
ensan-hcl
db1d2023ca feat: add test and update 2025-04-19 18:30:01 +09:00
ensan-hcl
786f5feab3 feat: use emoji 16.0 2025-04-19 18:22:28 +09:00
Miwa
66a341b7e6 Merge pull request #173 from azooKey/docs/cli
feat: ancoのインストールスクリプトとドキュメントを更新
2025-04-13 18:00:21 +09:00
Miwa / Ensan
64551982ad docs: update API description 2025-04-13 17:27:27 +09:00
Miwa / Ensan
5aebb7872e feat: update install_cli.sh to support --zenzai and improve stability 2025-04-13 17:27:12 +09:00
Miwa
2cde22d3e2 feat: introduce package traits of Swift 6.1 (#172)
* feat: introduce package traits of Swift 6.1

* fix: CI

* fix: android toolchain install script

* fix: ci for windows

* chore: add debug dump of sdk list

* fix: update devcontainer swift image

* fix?

* chore: remove LLAMA_MOCK=1 since it is no longer required

* chore: add debug print of configuration

* fix: typo

* chore: use signed xcframework of azooKey/llama.cpp

* chore: use updated xcframework

* chore: use updated xcframework

* chore: use updated xcframework

* chore: use updated xcframework

* chore: use updated xcframework

* docs: add usage of Zenzai trait
2025-04-06 17:49:14 +09:00
Miwa
3a4e914624 Merge pull request #171 from azooKey/ensan-hcl/feat/add_time_expression
feat: Add time expression conversion function
2025-03-30 17:32:07 +09:00
Miwa / Ensan
eb040124e7 fix: add more test cases 2025-03-30 17:20:07 +09:00
Miwa
858416289f Update digit check in convertToTimeExpression function
* Check if characters are ASCII digits instead of just digits
2025-03-30 17:09:02 +09:00