mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-25 00:34:20 +03:00
Add Russian to alpha docs and update tokenizer dependencies
This commit is contained in:
parent
a69f4e56e5
commit
a5da683578
|
@ -80,6 +80,7 @@
|
||||||
"da": "Danish",
|
"da": "Danish",
|
||||||
"hu": "Hungarian",
|
"hu": "Hungarian",
|
||||||
"pl": "Polish",
|
"pl": "Polish",
|
||||||
|
"ru": "Russian",
|
||||||
"he": "Hebrew",
|
"he": "Hebrew",
|
||||||
"bn": "Bengali",
|
"bn": "Bengali",
|
||||||
"id": "Indonesian",
|
"id": "Indonesian",
|
||||||
|
|
|
@ -40,10 +40,13 @@ p
|
||||||
+src(gh("spaCy", "spacy/lang/" + code)) #[code lang/#{code}]
|
+src(gh("spaCy", "spacy/lang/" + code)) #[code lang/#{code}]
|
||||||
|
|
||||||
+infobox("Dependencies")
|
+infobox("Dependencies")
|
||||||
| Some language tokenizers require external dependencies. To use #[strong Chinese],
|
.o-block-small Some language tokenizers require external dependencies.
|
||||||
| you need to have #[+a("https://github.com/fxsjy/jieba") Jieba] installed.
|
|
||||||
| The #[strong Japanese] tokenizer requires
|
+list.o-no-block
|
||||||
| #[+a("https://github.com/mocobeta/janome") Janome].
|
+item #[strong Chinese]: #[+a("https://github.com/fxsjy/jieba") Jieba]
|
||||||
|
+item #[strong Japanese]: #[+a("https://github.com/mocobeta/janome") Janome]
|
||||||
|
+item #[strong Thai]: #[+a("https://github.com/wannaphongcom/pythainlp") pythainlp]
|
||||||
|
+item #[strong Russian]: #[+a("https://github.com/kmike/pymorphy2") pymorphy2]
|
||||||
|
|
||||||
+h(3, "multi-language") Multi-language support
|
+h(3, "multi-language") Multi-language support
|
||||||
+tag-new(2)
|
+tag-new(2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user