You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Mecab is a text segmentation library for Japanese.
There are a few dictionaries for Mecab: ipadic, unidic, etc.
How a text is segmented depends on the dictionary in use.
spaCy assumes unidic is used (https://spacy.io/usage/models#languages).
However, FAQ suggests to install Mecab with ipadic.
I'll make a PR for this.
The text was updated successfully, but these errors were encountered:
HiromuHota
pushed a commit
to HiromuHota/fonduer
that referenced
this issue
Mar 26, 2019
Describe the bug
A clear and concise description of what the bug is.
Mecab is a text segmentation library for Japanese.
There are a few dictionaries for Mecab: ipadic, unidic, etc.
How a text is segmented depends on the dictionary in use.
spaCy assumes unidic is used (https://spacy.io/usage/models#languages).
However, FAQ suggests to install Mecab with ipadic.
I'll make a PR for this.
The text was updated successfully, but these errors were encountered: