You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a word you want to register in the dictionary contains #, it is treated as a comment and the following Exception occurs when loading the dictionary.
RuntimeException: Unmatched quote in entry:.
I would like to change the UserDictionary::read process so that it does not do this if the word is in a quote.
If a word you want to register in the dictionary contains #, it is treated as a comment and the following Exception occurs when loading the dictionary.
RuntimeException: Unmatched quote in entry:.
I would like to change the UserDictionary::read process so that it does not do this if the word is in a quote.
kuromoji/kuromoji-core/src/main/java/com/atilika/kuromoji/dict/UserDictionary.java
Line 174 in e18ff91
The text was updated successfully, but these errors were encountered: