Skip to content

Commit

Permalink
Add list of models and include French
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Apr 26, 2017
1 parent 4eacd72 commit 375edf0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/docs/api/language-models.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ p spaCy currently supports the following languages and capabilities:
+aside-code("Download language models", "bash").
python -m spacy download en
python -m spacy download de
python -m spacy download fr

+table([ "Language", "Token", "SBD", "Lemma", "POS", "NER", "Dep", "Vector", "Sentiment"])
+row
Expand All @@ -19,6 +20,14 @@ p spaCy currently supports the following languages and capabilities:
each icon in [ "pro", "pro", "con", "pro", "pro", "pro", "pro", "con" ]
+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

Expand All @@ -27,7 +36,7 @@ p
| the existing language data and extending the tokenization patterns.

+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
+cell #{language} #[code=code]
+cell
Expand Down

0 comments on commit 375edf0

Please sign in to comment.