This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
tox.ini
72 lines (66 loc) · 1.96 KB
/
tox.ini
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
[testenv:tan1guan5]
deps =
coverage
commands=
coverage run --source=臺灣言語服務 manage.py test -p test*單元試驗.py
[testenv:hap8sing5-tsi3giam7]
deps =
coverage
commands=
coverage run --source=臺灣言語服務 manage.py test -p test*合成整合試驗.py
[testenv:hap8sing5-hun3lian7]
whitelist_externals =
bash
deps =
coverage
commands=
pip install https://github.com/Taiwanese-Corpus/hue7jip8/archive/master.zip
bash 加匯入設定.sh
python manage.py migrate
python manage.py 教典音檔0下載 dropbox
python manage.py 教典音檔1轉檔 --匯入幾筆 100
python manage.py 教典音檔2匯入 --匯入幾筆 100
coverage run --source=臺灣言語服務 -a manage.py 訓練HTS 台語 王秀容
[testenv:huan1ik8]
passenv = *
whitelist_externals =
bash
deps =
coverage
commands=
pip install hue7jip8
bash 加匯入設定.sh
python manage.py migrate
python manage.py 教典例句
coverage run --source=臺灣言語服務 manage.py 訓練Moses 台語
[testenv:huan1ik8-gua7bun5]
passenv = *
whitelist_externals =
bash
deps =
coverage
commands=
pip install hue7jip8
bash 加匯入設定.sh
python manage.py migrate
python manage.py 教典例句
coverage run --source=臺灣言語服務 manage.py 訓練Moses翻譯做外文 台語
[testenv:huan1ik8-tsing3kui1]
passenv = *
whitelist_externals =
bash
deps =
coverage
commands=
pip install hue7jip8
bash 加匯入設定.sh
python manage.py migrate
python manage.py 教典例句
coverage run --source=臺灣言語服務 manage.py 訓練Moses正規化 台語
coverage run --source=臺灣言語服務 -a manage.py test 試驗.翻譯.test台語正規化整合試驗.台語正規化整合試驗
coverage run --source=臺灣言語服務 -a manage.py test -p test*斷詞整合試驗.py
[testenv:flake8]
deps =
flake8
commands=
flake8 --exclude=venv,.tox,臺灣言語服務/migrations --count .