mecab icon indicating copy to clipboard operation
mecab copied to clipboard

Yet another Japanese morphological analyzer

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

I'm trying to compile on Windows (x64) using the `make.bat` file found in `.\mecab\mecab\src\` and had the following errors occur. I noticed that the `WPATH(path)` gets preprocessed to `WPATH_FORCE(path)` which...

I try to run the example.cpp file, but meet these errors: > C:/Program Files (x86)/MeCab/sdk/example.cpp:14: undefined reference to `__imp__ZN5MeCab12createTaggerEPKc' > C:/Program Files (x86)/MeCab/sdk/example.cpp:15: undefined reference to `__imp__ZN5MeCab14getTaggerErrorEv' > C:/Program Files...

register does not work in modern C / C++.

``` What steps will reproduce the problem? $ python Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>...

Type-Defect
Priority-Medium
auto-migrated

Github isn't showing the file properly, so to be clear, I changed this line: SYMBOL,1283,1283,17585,名詞,サ変接続,*,*,*,*,* to this: SYMBOL,1283,1283,17585,記号,一般,*,*,*,*,* The previous setting makes no sense and has confused many people. I...

My Docker image builds just fine when trying to install Mecab with CPython using image tag python:3.8-slim, but it fails with PyPy. My Dockerfile: ``` FROM pypy:3-7 RUN pypy -m...

Minor error, but the maximum length of unks is one greater than the number reported or specified with the `-M` flag. So by default it's 25 characters, even though help...

reduced if statements, replaced so many echoes with single cat, unified bracket into test.