Commit Graph

115 Commits

Author SHA1 Message Date
96e8f37a01 CI: Androidのビルドサポートを追加 (#142)
* ci: change swift version to stable

* ci: change trigger for test

* revert changes

* ci: fix version

* ci: change display text from branch to tag

* a

* ci

* fix trigger

* fix

* fix for android (use float func)

* ci: heckout with submodules

* ci: remove unneccesary files

* ふぃふぃふぃ

* ci: copy neccesary files

* ci: fix for arm build

* ci: arm

* nn>

* a

* tree

* cp -r

* haaa?

* ci: 大文字と小文字

* ci: re

* ci: copy resource folder

* ci: change path

* ci: default dictionary

* ci: こうか?

* ci: revert changes

* ci: clean workflow

* fix

* n

* a

* ci: incorporate jobs

* fix variable

* fix path

* ci: incorporate android actions to swift.yml

* fix

* ci: fix yaml syntax error

* ci: fix syntax error?

* ci: format

* ci: use valid yml

* ci: use release tag instead of latest tag

* ci: cache

* ci: build llama on android?

* ci: add header include path

* a

* a

* hensu

* fix: llama mock

* uninclude llama

* change os(android) to canimport(andoid)

* a

* remove linux

* a

* n

* ci: check with env value

* fix LLAMA_MOCK

* Update .gitignore
2024-09-30 22:13:01 +09:00
378c9eb2f3 refactor: ファイルが読み込めなかった際のエラーメッセージを改善し、深刻であるのかをわかりやすくした 2024-09-29 15:58:57 +09:00
d32b90581e fix: dynamic user dictionaryがgetLOUDSDataで効かない問題を修正 2024-09-28 18:14:29 +09:00
5916f3450a Merge branch 'develop' into fix/enable_user_dictionary_wo_zenzai 2024-09-28 17:27:51 +09:00
0f488d987c fix: Zenzaiが無い状態でもユーザ辞書を有効化 2024-09-28 16:57:47 +09:00
fa65be47a3 fix: xn→ん の変換が n+子音→ん+子音 の挙動で上書きされてしまう問題を修正 2024-09-22 10:09:56 +09:00
8cf7aabf63 feat: Zenzaiでユーザ辞書を有効化 (#132)
* feat: add 'isFromUserDictionary' attribute

* fix: support dynamic user dict

* feat: ユーザ辞書機能を有効化

* feat: evaluate commandを修正

* fix: avoid using 'consume'

* fix: logic error which damages accuracy

* chore: minor prompt engineering
2024-09-22 01:31:35 +09:00
9f8735a1ae fix: 条件が逆だった問題を修正 2024-09-15 00:53:11 +09:00
8e4579dfb3 fix: 実装の漏れを修正 2024-09-15 00:34:52 +09:00
fe894f529d Merge pull request #128 from ensan-hcl/feat/remove_typing_correction_in_zenzai
feat: Zenzaiの利用時にtypo correctionを無効化
2024-09-15 00:20:13 +09:00
1052510aec Merge pull request #127 from ensan-hcl/fix/dakuten_candidates
fix: retryの候補として不適切そうな単語を無視する処理を追加
2024-09-14 23:59:31 +09:00
971faed131 feat: Zenzaiの利用時にtypo correctionを無効化 2024-09-14 23:58:35 +09:00
2df31c67d2 fix: retryの候補として不適切そうな単語を無視する処理を追加 2024-09-14 23:36:14 +09:00
ca8da67f73 fix: プロフィール付き変換で半角コロンを使うように変更、トークナイザの苦手な文字を削除 2024-09-14 23:14:02 +09:00
31ce9911ac Merge pull request #122 from fkunn1326/fix-zenzai-on-windows
small fix for zenzai on windows
2024-08-23 22:08:45 +09:00
875e727030 small fix for zenzai on windows 2024-08-23 21:12:51 +09:00
a1bfab1542 fix: 考慮漏れの条件を微調整 2024-08-23 00:19:09 +09:00
31d040e0e8 chore: 使われていないとのコメントは誤り 2024-08-23 00:14:02 +09:00
af3e2dd2f4 Revert "chore: 使用されていないAPIを削除"
This reverts commit bccb5e48e4.
2024-08-23 00:13:07 +09:00
87f207eb93 feat: add c+x commands 2024-08-23 00:07:33 +09:00
f9b66f3eb2 feat: add xn→ん 2024-08-23 00:05:51 +09:00
bccb5e48e4 chore: 使用されていないAPIを削除 2024-08-23 00:05:39 +09:00
a3d836d317 fix: ((のような入力でっが入る問題を修正 2024-08-23 00:05:07 +09:00
4f7bf71908 fix: zenzaiのエラーを修正 2024-08-11 00:52:42 +09:00
472fe19d41 fix: 既に見た候補の除外を防止 2024-08-10 23:31:39 +09:00
73d71a02a8 fix: firstClauseResultsとして得られる結果が長さではなくvalueでソートされる挙動を変更 2024-08-10 23:21:50 +09:00
20fe93c21d perf: avoid useless calculation 2024-08-07 23:38:59 +09:00
9d31eeee66 chore: swiftlint 2024-08-07 23:10:51 +09:00
068585c2a5 feat: make the behavior option 2024-08-07 23:09:37 +09:00
1971f6382b feat: enable rich n-best calculation 2024-08-07 01:23:03 +09:00
da594057c0 feat: 制約付き変換において計算から除外する候補を減らした 2024-08-04 15:57:48 +09:00
18aab0e6f8 dicdataのところを修正
consume外すだけでも普通に通った
swiftわからない
2024-08-04 10:06:29 +09:00
5aa0f52674 Merge branch 'ensan-hcl:develop' into develop 2024-08-04 06:22:54 +09:00
445361d6dc feat: add next character prediction API and add it to session cli 2024-08-01 15:57:56 +09:00
3770633c44 feat: zenz-v2の文脈による条件づけ機能を活かしたAPIを追加 2024-07-31 00:46:39 +09:00
854fb4b1cf fix: 学習の優先度の調整を実装し、実装のミスを修正 2024-07-04 23:17:00 +09:00
c81f02d6a3 fix: use UTF-8 constraint instead of String 2024-07-04 22:15:25 +09:00
a50464304c feat: 実装を改善し、単語の途中に非argmaxな文字が出現した場合の処理を安定化 2024-07-04 22:00:35 +09:00
33339216c4 fix: zenz-v1の出力を学習の適用次に考慮するよう変更 2024-07-03 01:21:59 +09:00
ca74aaae86 fix: 逐次変換時に学習した辞書エントリは素通しするように変更 2024-06-27 22:50:44 +09:00
846ca0aef9 Merge branch 'develop' of https://github.com/ensan-hcl/AzooKeyKanaKanjiConverter into develop 2024-06-27 07:01:51 +09:00
569d8adc10 for windows 2024-06-27 07:01:46 +09:00
1b5cc8b68e fix: minor fixes 2024-06-27 01:35:29 +09:00
493943d379 fix: support isLearned metadata in LearningManager 2024-06-27 00:41:12 +09:00
f58f1603d4 feat: Zenzaiで学習機能を有効化する (#108)
* feat: add metadata for DicdataElement

* feat: ignore learned word in zenz evaluation

* feat: improve session command to support temporal memory
2024-06-27 00:32:44 +09:00
fbf09a76eb feat: エスケープされた辞書名をサポート(v2.3.b2) (#106)
* feat: support v2.3.b2 dictionary (https://github.com/ensan-hcl/azooKey_dictionary_storage/pull/3)

* update to v2.3.b2
2024-06-23 17:53:13 +09:00
c2e88ae720 [Fix] 漢数字周りのエラーを修正 (#104)
* fix: 漢数字変換が正しくない問題を修正

* test: add check for long number inptu
2024-06-20 23:55:50 +09:00
c8ca5b54c0 [Fix] 制約の適用を調整した (#96)
* zenz-v1側は制約をコードポイントレベルで喋るので、grapheme clusterに非依存の処理に書き換えた

* EOSを考慮するように変更
2024-05-19 19:35:28 +09:00
dfef9631a9 不必要に指定していたlowerを削除 (#95) 2024-05-19 17:43:20 +09:00
e3d29f045b Fix Zenz.swift (#94) 2024-05-16 00:02:38 +09:00