Skip to content

Version 1.0.8

Compare
Choose a tag to compare
@jbesomi jbesomi released this 01 Jun 15:55
· 146 commits to master since this release

Version 1.0.8

Main changes:

  • Added (named_entities)[https://texthero.org/docs/api/texthero.nlp.named_entities.html]
  • Added (noun_chunks)[https://texthero.org/docs/api/texthero.nlp.noun_chunks]
  • Added remove_urls, replace_urls, remove_html_tags, remove_stopwords and replace_stopwords

Dev changes

  • Added API with Sphinx + Docusaurus for each function
  • Improved docstring documentation
  • Improved test coverage and started using Trevis CI for continuous integration
  • Format code with black rather than yapf