Sudachi 辞書からカタカナ普通名詞を取り込み#513
Merged
Merged
Conversation
Sudachi 辞書から固有名詞(名詞-固有名詞-一般)に加えて、 カタカナ普通名詞(表層形が全カタカナの名詞-普通名詞)も 取り込むようにした。 - small_lex, core_lex, notcore_lex の3ファイルを使用 - カタカナ普通名詞は見出し形(csv[0])を使用 (読みと長音記号のあり/なしが揃うため) - 固有名詞は従来通り表記形(csv[12])を使用 - Makefile に small_lex, core_lex のダウンロードターゲットを追加 これにより「リダイレクタ」「プロキシ」等のカタカナ語が 変換可能になる。評価結果: 93.33%(退行なし) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
変更内容
make_dict.rsmake_sudachi_dictのフィルタを拡張し、名詞-普通名詞かつ表層形が全カタカナのエントリも取り込みMakefilesmall_lex.csv,core_lex.csvのダウンロードターゲットを追加data/SKK-JISYO.akazaターゲットに3ファイル全て(small_lex, core_lex, notcore_lex)を依存として追加テスト結果
🤖 Generated with Claude Code