pypi spacy 1.8.2
v1.8.2: French model and small improvements

latest releases: 4.0.0.dev3, 3.7.4, 3.7.3...
7 years ago

We've been delighted to see spaCy growing so much over the last few months. Before the v1.0 release, we asked for your feedback, which has been incredibly helpful in improving the library. As we're getting closer to v2.0 we hope you'll take a few minutes to fill out the survey, to help us understand how you're using the library, and how it can be better.

πŸ“Š Take the survey!


✨ Major features and improvements

  • Move model shortcuts to shortcuts.json to allow adding new ones without updating spaCy.
  • NEW: The first official French model (~1.3 GB) including vocab, syntax and word vectors.
python -m spacy download fr_depvec_web_lg
import fr_depvec_web_lg

nlp = fr_depvec_web_lg.load()
doc = nlp(u'Parlez-vous Français?')

πŸ”΄ Bug fixes

  • Fix reporting if train command is used without dev_data.
  • Fix issue #1019: Make Span hashable.

πŸ“– Documentation and examples

πŸ‘₯ Contributors

Thanks to @raphael0202 and @julien-c for the contributions!

Don't miss a new spacy release

NewReleases is sending notifications on new releases.