forked from BLKSerene/Wordless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
60 lines (51 loc) · 951 Bytes
/
requirements.txt
File metadata and controls
60 lines (51 loc) · 951 Bytes
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
# -*- coding: utf-8 -*-
#
# Wordless: Requirements
#
# Copyright (C) 2018-2021 Ye Lei (叶磊)
#
# This source file is licensed under GNU GPLv3.
# For details, see: https://github.com/BLKSerene/Wordless/blob/master/LICENSE.txt
#
# All other rights reserved.
#
# ---------- General ----------
pyqt5
pytest
# ---------- NLP ----------
attacut == 1.0.6
botok == 0.8.1
jieba == 0.42.1
pkuseg == 0.0.25
nagisa == 0.2.7
nltk == 3.5
opencc-python-reimplemented == 0.1.6
## pymorphy2
pymorphy2 == 0.9.1
pymorphy2-dicts-ru == 2.4.417127.4579844
pymorphy2-dicts-uk == 2.4.1.1.1460299261
pythainlp == 2.2.4
razdel == 0.5.0
sacremoses == 0.0.43
## spaCy
spacy == 2.3.4
spacy-lookups-data == 0.3.2
syntok == 1.3.1
textblob == 0.15.3
tokenizer == 2.4.0
underthesea == 1.2.2
# ---------- Plotting ----------
matplotlib
networkx
wordcloud
# ---------- Misc ----------
beautifulsoup4
cchardet
langdetect
langid
lxml
numpy
openpyxl
python-docx
requests
scipy