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