Skip to content

Releases: andrewrosss/rake-spacy

0.3.1

19 Mar 00:25
Compare
Choose a tag to compare
  • Update spacy dependency to support ^2.2 and ^3.0.
  • Remove spacy-lookups-data and loguru as dependencies.
  • Run poetry update
  • Fix bug in how the ProxiedDefaultDict generic was defined. Specifically, the type definition didn't match what the code was expected to do (actually doing)
  • Add type-check.yaml to CI (#10)

0.3.0

15 Sep 06:45
Compare
Choose a tag to compare

0.3.0

The API has undergone a fairly major overhaul. Hopefully this improves the available functionality of the package.

Issues Closed:

  • [#7] Add some kind of documentation
  • [#6] Add way to use user-defined word (token) scoring function instead of the pre-baked ones
  • [#4] Implement the full api exposed by rake-nltk
  • [#3] Rename score_agg_fn attribute to something more descriptive
  • [#1] Change token_key to take a callable