From d25f17f13921c51ccdc6b673c34815c09bb936c7 Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 1 Mar 2017 15:59:21 +0100 Subject: [PATCH] Add Bengali to list of languages (see #865) --- README.rst | 2 +- website/docs/api/language-models.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c53e0810c..969ba70e0 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ spaCy is a library for advanced natural language processing in Python and Cython. spaCy is built on the very latest research, but it isn't researchware. It was designed from day one to be used in real products. spaCy currently supports English and German, as well as tokenization for Chinese, Spanish, Italian, French, -Portuguese, Dutch, Swedish, Finnish and Hungarian. It's commercial open-source +Portuguese, Dutch, Swedish, Finnish, Hungarian and Bengali. It's commercial open-source software, released under the MIT license. 💫 **Version 1.6 out now!** `Read the release notes here. `_ diff --git a/website/docs/api/language-models.jade b/website/docs/api/language-models.jade index 3bcd056d0..aad86f614 100644 --- a/website/docs/api/language-models.jade +++ b/website/docs/api/language-models.jade @@ -27,7 +27,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" } + each language, code in { zh: "Chinese", es: "Spanish", it: "Italian", fr: "French", pt: "Portuguese", nl: "Dutch", sv: "Swedish", fi: "Finnish", hu: "Hungarian", bn: "Bengali" } +row +cell #{language} #[code=code] +cell