Skip to content

v0.5.0

Compare
Choose a tag to compare
@Aethor Aethor released this 18 Jul 17:43
· 37 commits to main since this release
  • BertForCoreferenceResolution : update to Tibert v0.4.0 and support for hierarchical merging.
  • Pipeline progress report is now cleaner less overwhelming.
  • Improved error messages when a step is missing a dependency.
  • Graph plotting:
    • Graph plotting is now fully configurable by passing arguments to networkx plotting functions.
    • Tweaks to default plotting parameters.
  • BlockBounds has been added to support custom blocks in general.
    • It is now possible to specify a custom dynamic window by supplying the dynamic_blocks argument!
    • Similary, CoOccurrencesGraphExtractor now supports specifying custom co-occurrence windows with the co_occurrences_blocks argument.
    • See the documentation and the new renard.utils.block_bounds function for more details.
  • ConversationalGraphExtractor can now extract directed mention networks!
  • Steps can now modify some pipeline parameters at init time. This allows steps to configure the global behavior of the pipeline. For example, depending on the model loaded, BertNamedEntityRecognizer can set the pipeline character_ner_tag to inform the next steps of the NER tag corresponding to persons entity.
  • Add a test for the Stanford CoreNLP pipeline.
  • Bugfixs:
    • Fix a rare crash in GraphRulesCharacterUnifier.
    • Fix a rare crash in NERDataset.
    • All warnings are now correctly printed to stderr.
  • Documentation update.