Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 予測変換用の辞書検索を単純化 #51

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

ensan-hcl
Copy link
Owner

これまで、長さが1の単語に対しては特別な辞書ファイルを利用していた。

しかし、当初と異なり、現在は検索のdepthを制限する引数があるため、適切に調整すれば候補はそこまで増えない。

そこで、辞書検索において文字数が1の場合の例外的取り扱いを廃止した。

これにより、p_辞書が一部削除できるようになる。

@ensan-hcl ensan-hcl added enhancement New feature or request refactoring Clean up! labels Feb 28, 2024
@ensan-hcl ensan-hcl self-assigned this Feb 28, 2024
@ensan-hcl ensan-hcl merged commit 77bc115 into develop Feb 28, 2024
2 checks passed
@ensan-hcl ensan-hcl deleted the feature/simplified_prediction branch February 28, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactoring Clean up!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant