Skip to content

Commit

Permalink
Add Bengali to list of languages (see #865)
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Mar 1, 2017
1 parent 0f74002 commit d25f17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. <https:/explosion/spaCy/releases/>`_
Expand Down
2 changes: 1 addition & 1 deletion website/docs/api/language-models.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d25f17f

Please sign in to comment.