forked from msg-systems/coreferee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (37 loc) · 1.42 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
[metadata]
name = coreferee
version = 1.1.3
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/msg-systems/coreferee
author = Richard Paul Hudson, msg systems ag
author_email = [email protected]
license = Apache License 2.0
keywords= nlp, spacy, spacy-extension, python, machine-learning, keras, 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 :: Apache Software License
Natural Language :: English
Natural Language :: French
Natural Language :: German
Natural Language :: Polish
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Text Processing :: Linguistic
[options]
include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
spacy>=3.1.0,<3.2.0
keras>=2.4.0
tensorflow~=2.5.0;platform_system!="Darwin"
tensorflow-macos~=2.6.0;platform_system=="Darwin"
[options.package_data]
* = *.dat, *.cfg