cabocha icon indicating copy to clipboard operation
cabocha copied to clipboard

Yet Another Japanese Dependency Structure Analyzer

Results 5 cabocha issues
Sort by recently updated
recently updated
newest added

On latest Mac environment, build error occures. Error messeages are as folllows: ``` (base) MasanoMacBook-Air:TEXT [email protected]$ pip install cabocha-master/python/ Processing ./cabocha-master/python Building wheels for collected packages: cabocha-python Building wheel for...

My os is Mac OS, and I have install successfully conda, and cabocha. and I can import cabocha.analyzer successfully in terminal. (wmm_env) A1706-084:wmm_env k.den$ python Python 3.6.4 |Anaconda, Inc.| (default,...

install-sh and missing files are taken from the latest cabocha 0.69 archive stored in googlecode.

These statements are redundant because errors are already stored as global error in Cabocha::createParser.

Valgrind has pointed out errors that "Conditional jump or move depends on uninitialised value(s)" in `CaboCha::Tree::read(char const*, unsigned long, CaboCha::InputLayerType)`. It seems following problems exist (and fixed in this PR)...