mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Add list of models and include French
This commit is contained in:
parent
4eacd72bc3
commit
375edf0bb5
|
@ -7,6 +7,7 @@ p spaCy currently supports the following languages and capabilities:
|
||||||
+aside-code("Download language models", "bash").
|
+aside-code("Download language models", "bash").
|
||||||
python -m spacy download en
|
python -m spacy download en
|
||||||
python -m spacy download de
|
python -m spacy download de
|
||||||
|
python -m spacy download fr
|
||||||
|
|
||||||
+table([ "Language", "Token", "SBD", "Lemma", "POS", "NER", "Dep", "Vector", "Sentiment"])
|
+table([ "Language", "Token", "SBD", "Lemma", "POS", "NER", "Dep", "Vector", "Sentiment"])
|
||||||
+row
|
+row
|
||||||
|
@ -19,6 +20,14 @@ p spaCy currently supports the following languages and capabilities:
|
||||||
each icon in [ "pro", "pro", "con", "pro", "pro", "pro", "pro", "con" ]
|
each icon in [ "pro", "pro", "con", "pro", "pro", "pro", "pro", "con" ]
|
||||||
+cell.u-text-center #[+procon(icon)]
|
+cell.u-text-center #[+procon(icon)]
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell French #[code de]
|
||||||
|
each icon in [ "pro", "pro", "con", "pro", "con", "pro", "pro", "con" ]
|
||||||
|
+cell.u-text-center #[+procon(icon)]
|
||||||
|
|
||||||
|
+h(2, "available") Available models
|
||||||
|
|
||||||
|
include ../usage/_models-list
|
||||||
|
|
||||||
+h(2, "alpha-support") Alpha support
|
+h(2, "alpha-support") Alpha support
|
||||||
|
|
||||||
|
@ -27,7 +36,7 @@ p
|
||||||
| the existing language data and extending the tokenization patterns.
|
| the existing language data and extending the tokenization patterns.
|
||||||
|
|
||||||
+table([ "Language", "Source" ])
|
+table([ "Language", "Source" ])
|
||||||
each language, code in { zh: "Chinese", es: "Spanish", it: "Italian", fr: "French", pt: "Portuguese", nl: "Dutch", sv: "Swedish", fi: "Finnish", hu: "Hungarian", bn: "Bengali", he: "Hebrew" }
|
each language, code in { zh: "Chinese", es: "Spanish", it: "Italian", pt: "Portuguese", nl: "Dutch", sv: "Swedish", fi: "Finnish", hu: "Hungarian", bn: "Bengali", he: "Hebrew" }
|
||||||
+row
|
+row
|
||||||
+cell #{language} #[code=code]
|
+cell #{language} #[code=code]
|
||||||
+cell
|
+cell
|
||||||
|
|
Loading…
Reference in New Issue
Block a user