Skip to content

v0.6.1

Choose a tag to compare

@Aethor Aethor released this 09 Jan 10:38
· 64 commits to main since this release
  • Graph plotting
    • Add tight_layout argument to plot functions
    • Add legend argument to plot functions
  • Context retrieval
    • Add several context retrievers for BERTNamedEntityRecognizer
      • NERNeighborsContextRetriever
      • NERBM25ContextRetriever
      • NERNeuralContextRetriever
    • Fix wrong NERContextRetriever context mask
  • GraphRulesCharacterUnifier
    • Improve coreference resolution linking rule
    • Add ignore_leading_determiner option
  • Add determiners resources
  • Add max_sent_len parameter to load_conll2002_bio
  • Update to Tibert v0.5. Generally update dependency constraints to be more lenient
  • Support for Python 3.11