forked from MontrealCorpusTools/Montreal-Forced-Aligner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
101 lines (95 loc) · 2.27 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[metadata]
name = Montreal_Forced_Aligner
description = Montreal Forced Aligner is a package for aligning speech corpora using Kaldi functionality.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner
author = Montreal Corpus Tools
author_email = [email protected]
maintainer = Michael McAuliffe
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers = Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Multimedia :: Sound/Audio :: Speech
Topic :: Scientific/Engineering
Topic :: Text Processing :: Linguistic
keywords = phonology
corpus
phonetics
alignment
segmentation
transcription
g2p
language modeling
[options]
packages = find:
install_requires =
biopython<=1.79
click
dataclassy
kneed
librosa
matplotlib
numpy
praatio>=5.0
pyyaml
requests
rich
rich-click
scikit-learn<1.3
seaborn
sqlalchemy>=1.4
tqdm
python_requires = >=3.8
include_package_data = True
[options.packages.find]
exclude = tests
[options.entry_points]
console_scripts =
mfa = montreal_forced_aligner.command_line.mfa:mfa_cli
[options.extras_require]
anchor =
anchor-annotator
pyqtgraph
pyside6
dev =
coverage
coveralls
interrogate
pytest
pytest-mypy
setuptools-scm
tomli
tox
tox-conda
docs =
interrogate
numpydoc
pydata-sphinx-theme
sphinx
sphinx-click
sphinx-design
testing =
coverage
coveralls
pytest
pytest-mypy
[options.package_data]
montreal_forced_aligner =
montreal_forced_aligner/tokenization/resources/*.dic
montreal_forced_aligner/tokenization/resources/*.def
montreal_forced_aligner/tokenization/resources/*.json
[tool:pytest]
testpaths = tests
norecursedirs = data