-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
35 lines (34 loc) · 877 Bytes
/
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
[metadata]
name = canary-am
version = 0.0.1
author = Open Argumentation PLatform
author_email = [email protected]
python_requires = >=3.8
description = A Simple Argument Mining Library
keywords = Argument Mining, Argumentation, Natural Language Processing, NLP, Machine Learning
license = MIT
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Artificial Intelligence
url = https://openargumentation.org
project_urls =
Source = https://github.com/chriswales95/Canary
[options]
zip_safe = False
include_package_data = True
install_requires =
requests
scikit-learn
sklearn_crfsuite
nltk
vaderSentiment
spacy
pandas
benepar
sadface
pybrat
joblib
imbalanced-learn