Spaces:
Build error
Build error
freemt
commited on
Commit
·
3d21a33
1
Parent(s):
61baa02
Update single file separation and alignment
Browse files- requirements.txt +25 -40
requirements.txt
CHANGED
@@ -1,40 +1,25 @@
|
|
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 |
-
protobuf==3.19.1
|
27 |
-
psutil==5.8.0
|
28 |
-
pyOpenSSL==21.0.0
|
29 |
-
pytest==6.2.5
|
30 |
-
pywin32
|
31 |
-
scikit_learn==1.0.2
|
32 |
-
seaborn==0.11.2
|
33 |
-
sentence_splitter==1.4
|
34 |
-
textacy==0.11.0
|
35 |
-
tqdm==4.62.2
|
36 |
-
typing_extensions==3.10.0.2
|
37 |
-
varname==0.8.1
|
38 |
-
wincertstore==0.2.1
|
39 |
-
xmlrpclib==1.0.1
|
40 |
-
zipp==3.6.0
|
|
|
1 |
+
# chardet
|
2 |
+
# certifi
|
3 |
+
# charset-normalizer
|
4 |
+
# idna
|
5 |
+
# typing-extensions
|
6 |
+
gradio
|
7 |
+
sklearn
|
8 |
+
textacy
|
9 |
+
logzero
|
10 |
+
more_itertools
|
11 |
+
psutil
|
12 |
+
seaborn
|
13 |
+
cchardet
|
14 |
+
tabulate
|
15 |
+
git+https://github.com/ffreemt/fast-langid
|
16 |
+
# python-dotenv
|
17 |
+
varname
|
18 |
+
openpyxl
|
19 |
+
# --- seg_text
|
20 |
+
Morfessor
|
21 |
+
pyicu
|
22 |
+
pycld2
|
23 |
+
tqdm
|
24 |
+
polyglot
|
25 |
+
sentence_splitter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|