A FastCoRef coreference resolution plugin for Orange3.
- Coreference resolution using fastcoref and LingMess models
- Integration with Orange3 workflows
- Supports English and Dutch spaCy models
Due to various conflicting dependencies and requirements, this plugin requires Python 3.11 specifically (python>=3.11, <3.12).
Install via pip:
pip install orange-fastcoref-plugin
Or from the latest development snapshot:
pip install git+https://github.com/bdsi-utwente/orange-fastcoref-plugin.git
After installation, launch Orange3.
orange-canvas
or
python -m Oranve.canvas
The "Coreference Resolution" widget will be available for use in your workflows.
GPL 3.0 or later