From 5e4e5b600f29889c7693a69d01854ae90d69ff51 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 5 Nov 2016 02:50:52 +0100 Subject: [PATCH] Update language models docs --- website/docs/api/language-models.jade | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/website/docs/api/language-models.jade b/website/docs/api/language-models.jade index 5bf6a8893..1b63e7702 100644 --- a/website/docs/api/language-models.jade +++ b/website/docs/api/language-models.jade @@ -19,7 +19,13 @@ p You can download data packs that add the following capabilities to spaCy. each icon in [ "pro", "pro", "con", "pro", "pro", "pro", "pro", "con" ] +cell.u-text-center #[+procon(icon)] + +row + +cell Chinese #[code zh] + each icon in [ "pro", "con", "con", "con", "con", "con", "con", "con" ] + +cell.u-text-center #[+procon(icon)] + p - | We're working hard to extend support for more languages and more - | capabilities. The next language packs we're planning to add are Spanish, - | Chinese, French and Portuguese. + | 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.