From e46cef634f3532ef65e98cf3e58ea99e168d8adf Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 8 Jun 2015 02:01:44 +0200 Subject: [PATCH] * Update docs --- docs/source/updates.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/updates.rst b/docs/source/updates.rst index e654cc4a7..245852323 100644 --- a/docs/source/updates.rst +++ b/docs/source/updates.rst @@ -5,11 +5,13 @@ Updates ---------------- * Parser produces richer dependency labels following the `ClearNLP scheme`_ -* Training data now includes text from a variety of genres. Most users should - see a substantial improvement in accuracy. +* Training data now includes text from a variety of genres. * Parser now uses more memory and is slightly slower, due to the additional labels. -* Be sure to redownload data, with **python -m spacy.en.download all** + +Most users should see a substantial increase in accuracy from the new model. +Be sure to redownload data, with **python -m spacy.en.download all** +Long post on accuracy evaluation and model details coming soon. .. _ClearNLP scheme: https://github.com/clir/clearnlp-guidelines/blob/master/md/dependency/dependency_guidelines.md