Created
January 29, 2020 06:34
-
-
Save knok/c8d9b3909ca6dd83a94359c8e49be062 to your computer and use it in GitHub Desktop.
SudachiDict on mecab
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
| /usr/lib/mecab/mecab-dict-index -d . -o . -f utf8 -t utf8 | |
| reading ./unk.def ... 35 | |
| emitting double-array: 100% |###########################################| | |
| ./model.def is not found. skipped. | |
| reading ./lex.csv ... context_id.cpp(96) [it != left_.end()] cannot find LEFT-ID for 100,名詞,数詞,*,*,*,*,*,* | |
| Makefile:613: recipe for target 'char.bin' failed | |
| make: *** [char.bin] Error 255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment