You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.