We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08fb4c commit 70343aaCopy full SHA for 70343aa
README.md
@@ -63,7 +63,8 @@ The three text files the script requires are:
63
In addition, the SQLITE driver must support full-text search on your machine.
64
65
Usage:
66
-`python3 script.py <output database filename> <CC_CEDICT file> <CC_CANTO file> <CC_CANTO readings file>`
+- To install required packages: `pip install -r requirements.txt`
67
+- To generate database: `python3 script.py <output database filename> <CC_CEDICT file> <CC_CANTO file> <CC_CANTO readings file>`
68
69
### jyut-dict
70
src/cedict_to_sqlite/requirements.txt
@@ -0,0 +1,7 @@
1
+jieba==0.39
2
+langcodes==1.4.1
3
+marisa-trie==0.7.5
4
+msgpack==0.6.0
5
+regex==2018.2.21
6
+virtualenv==16.2.0
7
+wordfreq==2.2.0
0 commit comments