Add sus updates
This commit is contained in:
parent
a7e3dc11fd
commit
3ef1a72418
31 changed files with 2502 additions and 970 deletions
|
|
@ -1,14 +1,14 @@
|
|||
[metadata]
|
||||
name = sus
|
||||
version = 0.0.3
|
||||
author = ScoutinScience B.V.
|
||||
name = great-ai
|
||||
version = 0.0.1
|
||||
author = András Schmelczer
|
||||
author_email = andras@scoutinscience.com
|
||||
description = [S]coutinScience [u]tilitie[s]: reusable utilities for text processing
|
||||
description =
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://github.com/ScoutinScience/platform
|
||||
url = https://github.com/ScoutinScience/great-ai
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/ScoutinScience/platform/issues
|
||||
Bug Tracker = https://github.com/ScoutinScience/great-ai/issues
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
Operating System :: OS Independent
|
||||
|
|
@ -27,13 +27,17 @@ install_requires =
|
|||
psutil >= 5.9.0
|
||||
beautifulsoup4 >= 4.10.0
|
||||
lxml >= 4.6.0
|
||||
spacy >= 3.2.0
|
||||
spacy >= 3.3.0
|
||||
pydantic >= 1.8.0
|
||||
scikit-learn >= 1.0.0
|
||||
matplotlib >= 3.5.0
|
||||
numpy >= 1.22.0
|
||||
langcodes[data] >= 3.3.0
|
||||
segtok >= 1.5.11
|
||||
langdetect >= 1.0.9
|
||||
|
||||
[options.package_data]
|
||||
* = *.json, *.yaml, *.yml
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue