Skip to content

Releases: huggingface/neuralcoref

v4.0.0: Simpler installation and integration with SpaCy 2.1+, simple domain-knowledge integration

08 Apr 11:28
Compare
Choose a tag to compare
  • Now on pip: pip install neuralcoref.
  • Simpler installation which should hopefully be easier to maintain compatible with SpaCy from now on.
  • Only use one model and only store/download/cache the coreference resolution model and not the SpaCy models anymore: 10x smaller to download and store
  • Compatible w. SpaCy 2.1+: we probably won't seek backward compatibility for older versions of SpaCy since the dependency structure has been cleaned up a lot in SpaCy 2.1 (impressive job by Inès and Matthew! Read about it here)
  • New feature to incorporate domain knowledge: conversion dictionary (see details in the readme).

v3.0: Code moved in Cython, removed speakers handling, integration in spaCy pipeline

08 Jun 12:12
Compare
Choose a tag to compare
  • Code moved to Cython and Thinc, 50-100x faster. Currently around 2kWPS.
  • Removed speakers handling (prevented tighter integration with spaCy)
  • Re-factored and simplified code
  • Updated documentation

Neuralcoref 2.0 with training code

23 Mar 14:20
5a2520e
Compare
Choose a tag to compare
  • You can now train Neuralcoref on your own dataset ,  e.g. other languages! 🎉🎉
  • Released our training code + updated code for compatibility with training code
  • Updates and bug fixes
  • Improved documentation

Updated for stable spaCy v2

15 Feb 15:50
a0fa34e
Compare
Choose a tag to compare
  • Updated for stable spaCy v2
  • improved documentation
  • Allow pip installing from git repo

First release

07 Jul 10:50
Compare
Choose a tag to compare
0.1

simple readme