Update language models page

This commit is contained in:
Ines Montani 2016-12-21 00:54:52 +01:00
parent 5a319060b9
commit 71c00db8a5

View File

@ -2,7 +2,7 @@
include ../../_includes/_mixins 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"). +aside-code("Download language models", "bash").
python -m spacy.en.download all 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" ] each icon in [ "pro", "con", "con", "con", "con", "con", "con", "con" ]
+cell.u-text-center #[+procon(icon)] +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 p
| Chinese tokenization requires the | Chinese tokenization requires the
| #[+a("https://github.com/fxsjy/jieba") Jieba] library. Statistical | #[+a("https://github.com/fxsjy/jieba") Jieba] library. Statistical
| models are coming soon. Tokenizers for Spanish, French, Italian and | models are coming soon.
| Portuguese are now under development.
+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}