freemt commited on
Commit
3d21a33
·
1 Parent(s): 61baa02

Update single file separation and alignment

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -40
requirements.txt CHANGED
@@ -1,40 +1,25 @@
1
- Gbrotli==1.0.9
2
- cchardet==2.1.7
3
- ConfigParser==5.2.0
4
- cryptography==36.0.1
5
- Cython==0.29.26
6
- dl==0.1.0
7
- docutils==0.17.1
8
- fastlid==0.1.7
9
- gradio==2.7.0
10
- HTMLParser==0.0.2
11
- importlib_metadata==4.8.1
12
- ipaddr==2.2.0
13
- joblib==1.0.1
14
- keyring==23.5.0
15
- lockfile==0.12.2
16
- logzero==1.7.0
17
- lxml==4.7.1
18
- matplotlib==3.4.3
19
- more_itertools==8.12.0
20
- mypy_extensions==0.4.3
21
- nltk==3.6.7
22
- numpy==1.21.2
23
- ordereddict==1.1
24
- pandas==1.3.2
25
- polyglot==16.7.4
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