From 36ac04493772144299756360450374bc1d4d70ed Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 7 Aug 2019 13:38:59 +0200 Subject: [PATCH] Update README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f484bae..248129535 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed from day one to be used in real products. spaCy comes with [pre-trained statistical models](https://spacy.io/models) and word vectors, and -currently supports tokenization for **49+ languages**. It features +currently supports tokenization for **50+ languages**. It features state-of-the-art speed, convolutional **neural network models** for tagging, parsing and **named entity recognition** and easy **deep learning** integration. It's commercial open-source software, released under the MIT license.