mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Add release notes for v0.97
This commit is contained in:
parent
a78dff48bb
commit
9dc94b353d
|
@ -10,7 +10,7 @@ mixin Option(name, open)
|
||||||
pre.language-bash
|
pre.language-bash
|
||||||
code
|
code
|
||||||
$ pip install --upgrade spacy
|
$ pip install --upgrade spacy
|
||||||
$ python -m spacy.en.download all
|
$ python -m spacy.en.download --force all
|
||||||
p Most updates ship a new model, so you will usually have to redownload the data.
|
p Most updates ship a new model, so you will usually have to redownload the data.
|
||||||
|
|
||||||
|
|
||||||
|
@ -93,6 +93,17 @@ mixin Option(name, open)
|
||||||
h4 What's New?
|
h4 What's New?
|
||||||
|
|
||||||
|
|
||||||
|
details
|
||||||
|
summary
|
||||||
|
h4 2015-10-24 v0.97: Reduce load time, bug fixes
|
||||||
|
|
||||||
|
ul
|
||||||
|
li Load the StringStore from a json list, instead of a text file. Accept a file-like object in the API instead of a path, for better flexibility.
|
||||||
|
li * Load from file, rather than path, in StringStore
|
||||||
|
li Fix bugs in download.py
|
||||||
|
li Require #[code --force] to over-write the data directory in download.py
|
||||||
|
li Fix bugs in #[code Matcher] and #[code doc.merge()]
|
||||||
|
|
||||||
details
|
details
|
||||||
summary
|
summary
|
||||||
h4 2015-09-21 v0.93: Bug fixes to word vectors. Rename .repvec to .vector. Rename .string attribute.
|
h4 2015-09-21 v0.93: Bug fixes to word vectors. Rename .repvec to .vector. Rename .string attribute.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user