mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Update language models page
This commit is contained in:
parent
5a319060b9
commit
71c00db8a5
|
@ -2,7 +2,7 @@
|
|||
|
||||
include ../../_includes/_mixins
|
||||
|
||||
p You can download data packs that add the following capabilities to spaCy.
|
||||
p spaCy currently supports the following languages and capabilities:
|
||||
|
||||
+aside-code("Download language models", "bash").
|
||||
python -m spacy.en.download all
|
||||
|
@ -24,8 +24,27 @@ p You can download data packs that add the following capabilities to spaCy.
|
|||
each icon in [ "pro", "con", "con", "con", "con", "con", "con", "con" ]
|
||||
+cell.u-text-center #[+procon(icon)]
|
||||
|
||||
+row
|
||||
+cell Spanish #[code es]
|
||||
each icon in [ "pro", "con", "con", "con", "con", "con", "con", "con" ]
|
||||
+cell.u-text-center #[+procon(icon)]
|
||||
|
||||
p
|
||||
| Chinese tokenization requires the
|
||||
| #[+a("https://github.com/fxsjy/jieba") Jieba] library. Statistical
|
||||
| models are coming soon. Tokenizers for Spanish, French, Italian and
|
||||
| Portuguese are now under development.
|
||||
| models are coming soon.
|
||||
|
||||
|
||||
|
||||
+h(2, "alpha-support") Alpha support
|
||||
|
||||
p
|
||||
| Work has started on the following languages. You can help by improving
|
||||
| the existing language data and extending the tokenization patterns.
|
||||
|
||||
+table([ "Language", "Source" ])
|
||||
each language, code in { it: "Italian", fr: "French", pt: "Portuguese", nl: "Dutch", sv: "Swedish" }
|
||||
+row
|
||||
+cell #{language} #[code=code]
|
||||
+cell
|
||||
+src(gh("spaCy", "spacy/" + code)) spacy/#{code}
|
||||
|
|
Loading…
Reference in New Issue
Block a user