Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SINAI
/
texty
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
991aab38
authored
Mar 05, 2022
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
packaging
parent
e27fddf2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
10 deletions
pyproject.toml
requirements.txt
setup.cfg
pyproject.toml
0 → 100644
View file @
991aab38
[build-system]
requires
=
[
"setuptools>=42"
,
"wheel"
,
"spacy"
,
"lexical-diversity"
,
"syllables"
,
"transformers"
,
"pandas"
,
"numpy"
,
"matplotlib"
,
"tqdm"
,
"seaborn"
,
"nltk"
]
build-backend
=
"setuptools.build_meta"
\ No newline at end of file
requirements.txt
deleted
100644 → 0
View file @
e27fddf2
spacy
lexical-diversity
syllables
transformers
pandas
numpy
matplotlib
tqdm
seaborn
nltk
setup.cfg
0 → 100644
View file @
991aab38
[metadata]
name = texty
version = 0.0.1
author = Alba María Mármol
author_email = ammarmol@ujaen.es
description = Text analysis and processing package
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.ujaen.es/ammr0032/TextAnalysisSpacy
project_urls =
Bug Tracker = https://gitlab.ujaen.es/ammr0032/TextAnalysisSpacy/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment