v3.1.0 release on PyPi
2021-03-12
- rename
master
branch tomain
- add a factory class that assigns each doc its own Textrank object; kudos @Ankush-Chander
- refactor the stopwords feature as a constructor argument
- add
get_unit_vector()
method to expose the characteristic unit vector - add
calc_sent_dist()
method to expose the sentence distance measures (for summarization) - include a unit test for summarization
- updated contributor instructions
pylint
coverage for code checking- linking definitions and citations in source code apidocs to our online docs
- updated links on PyPi