Metadata-Version: 2.4
Name: orange-fastcoref-plugin
Version: 0.1.0
Summary: FastCoRef coreference resolution plugin for Orange3
Author-email: Karel Kroeze <k.a.kroeze@utwente.nl>
License-Expression: GPL-3.0-or-later
Project-URL: homepage, https://github.com/bdsi-utwente/orange-fastcoref-plugin
Project-URL: source, https://github.com/bdsi-utwente/orange-fastcoref-plugin.git
Project-URL: issues, https://github.com/bdsi-utwente/orange-fastcoref-plugin/issues
Project-URL: based_on, https://github.com/shon-otmazgin/fastcoref
Keywords: orange3 add-on,coreference resolution,coref,lingmess,fastcoref,natural language processing,text mining
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Environment :: Plugins
Classifier: Natural Language :: English
Classifier: Natural Language :: Dutch
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastcoref>=2.1.6
Requires-Dist: orange3>=3.39.0
Requires-Dist: orange3-network>=1.10.1
Requires-Dist: orange3-text>=1.16.3
Requires-Dist: pyqt6
Requires-Dist: pyqt6-tools>=6.4.2.3.3
Requires-Dist: spacy>=3.8.7
Dynamic: license-file

# Orange FastCoRef Plugin

A FastCoRef coreference resolution plugin for [Orange3](https://orange.biolab.si/).

## Features

- Coreference resolution using [fastcoref](https://github.com/shon-otmazgin/fastcoref) and LingMess models
- Integration with Orange3 workflows
- Supports English and Dutch spaCy models

## Installation

Install via pip:

```sh
pip install orange-fastcoref-plugin
```

Or from the latest development snapshot: 

```sh
pip install git+https://github.com/bdsi-utwente/orange-fastcoref-plugin.git
```

## Usage

After installation, launch Orange3. The "Coreference Resolution" widget will be available for use in your workflows.

## License

GPL 3.0 or later

## Links

- [Homepage](https://github.com/bdsi-utwente/orange-fastcoref-plugin)
- [Issues](https://github.com/bdsi-utwente/orange-fastcoref-plugin/issues)
