mecab icon indicating copy to clipboard operation
mecab copied to clipboard

Yet another Japanese morphological analyzer

Results 53 mecab issues
Sort by recently updated
recently updated
newest added

Currently, manpage in the subdirectory mecab is auto-updated, but not in the parent directory. Also manpage lacks some basic explanation since it is generated by help2man without additional information. The...

I know there must be very simple solution for this but as I don't know it I am asking. How do I install taku910/mecab I got the following error while...

with unidic as downloaded: $ mecab/bin/mecab-dict-index.exe -m mecab/dic/unidic-csj/model.bin -d mecab/dic/unidic-csj/ -f utf-8 -c utf-8 -a userdict.csv -u user2.csv dictionary.cpp(183) [cid.left_size() == matrix.left_size() && cid.right_size() == matrix.right_size()] Context ID files(mecab/dic/unidic-csj/\left-id.def or...

I tried to use `mecab-python` on Windows, but it causes RuntmeError (Python version is `3.4`). ``` >>> import MeCab >>> t = MeCab.Tagger() Traceback (most recent call last): File "",...

#### memoly leak When the following conditions are fullfilled * use python wrapper("-C (allocate sentence)" option is ON) * use same lattice instance within each loop * input bytes over...

After #13 merging, the MSVC build has been broken since `WPATH_FORCE` is not defined for MSVC. ``` C:\Users\chezo\source\mecab\mecab\src>nmake -f Makefile.msvc Microsoft(R) Program Maintenance Utility Version 14.16.27023.1 Copyright (C) Microsoft Corporation....

I built the tool with `--libexecdir=/usr/lib` flag, but `mecab-config --libexecdir` still output `/usr/libexec/mecab` which is not as expected. Other people may also occurred the problem, like this one: https://www.komee.org/entry/2018/02/28/120128 @taku910

after a parameter learning from a corpus and a dictionary, neither of which is particularly big, I try to generate the dictionary from the built model (CRF parameter file) like...

If we want to specify `node-format` option when using UniDic, the content of this option won't be reflected in the analysis results unless we specify `-O ""` as an argument....

Current behavior is that if `output-format-type` is set `node-format` is ignored. This includes the case where `output-format-type` is set in a config file, so if your config file sets a...