KoichiYasuoka
commited on
Commit
·
805ab4f
1
Parent(s):
7a82a19
without spacy-alignments
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ nlp=esupar.load("KoichiYasuoka/bert-base-japanese-unidic-luw-upos")
|
|
42 |
print(nlp("国境の長いトンネルを抜けると雪国であった。"))
|
43 |
```
|
44 |
|
45 |
-
[fugashi](https://pypi.org/project/fugashi)
|
46 |
|
47 |
## Reference
|
48 |
|
|
|
42 |
print(nlp("国境の長いトンネルを抜けると雪国であった。"))
|
43 |
```
|
44 |
|
45 |
+
[fugashi](https://pypi.org/project/fugashi) and [unidic-lite](https://pypi.org/project/unidic-lite) are required.
|
46 |
|
47 |
## Reference
|
48 |
|