kytea
kytea copied to clipboard
The Kyoto Text Analysis Toolkit for word segmentation and pronunciation estimation, etc.
Hello, while using kytea library with a long string, we hit the above error when calling `mapString`. Is there a way to workaround this issue?
When installing 0.1.5: ``` x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ilib/kytea -Iinclude -I/usr/include/python3.6m -c lib/kytea/mykytea_wrap.cxx -o build/temp.linux-x86_64-3.6/lib/kytea/mykytea_wrap.o In file included from lib/kytea/mykytea_wrap.cxx:3324:0:...
First of all thank you for this great library. I am considering using this over Mecab. However, I am curious if this library can be used from other languages via...
Hi, When I tried to install kytea-0.4.7 on my Ubuntu-18.04, I got error. ```./configure``` seems to be completed without any errors. But when I run ```make``` command i got ```...
I'm facing the problem same as #22. This problem seems to be solved in PR #24. However, there is no release including this PR. (latest: 0.4.7 in http://www.phontron.com/kytea/) Do you...
I created [a demonstration program for KyTea](https://github.com/massongit/kytea-demo). This program uses the default model and displays the result of tagging the part-of-speech and pronunciation of each word in Japanese sentence on...
I ran configure, make, and make install, but when I try to run the program I get an error: ~/kytea-0.4.7$ kytea --help kytea: error while loading shared libraries: libkytea.so.0: cannot...
When calling KyTea with a raw input file, KyTea stops processing at the first `newline` character. Some sentences (particularly headlines) are delimited by a `newline` rather than any punctuation. If...