-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
44 lines (43 loc) · 1.61 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = coreferee
version = 1.4.1
description = Coreference resolution for English, French, German and Polish, optimised for limited training data and easily extensible for further languages
long_description = file: SHORTREADME.md
long_description_content_type = text/markdown
url = https://github.com/richardpaulhudson/coreferee
author = Richard Paul Hudson
author_email = [email protected]
license = MIT
keywords= nlp, spacy, spacy-extension, python, machine-learning, coreference, anaphora, coreference-resolution, anaphora-resolution
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Other Audience
Intended Audience :: Education
Intended Audience :: Information Technology
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Natural Language :: French
Natural Language :: German
Natural Language :: Polish
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Text Processing :: Linguistic
[options]
include_package_data = True
packages = find:
python_requires = >=3.6,<3.12
install_requires =
spacy>=3.0.0,<3.6.0
[options.entry_points]
spacy_factories =
coreferee = coreferee.manager:CorefereeBroker
[options.package_data]
* = *.dat, *.cfg