-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sh
executable file
·61 lines (59 loc) · 2.03 KB
/
config.sh
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
ACE_BINARY="/home/sanghoun/tools/ace/ace"
ENG_PAR="/home/sanghoun/workspace/yelc/terg/erg.dat"
ENG_GEN="/home/sanghoun/workspace/yelc/terg/erg.dat"
#ENG_PAR="/home/sanghoun/tools/ace/erg.dat"
#ENG_GEN="/home/sanghoun/tools/ace/erg.dat"
#ENG_PAR="/home/sanghoun/tools/ace/erg-1212-x86-64-0.9.19.dat"
#ENG_GEN="/home/sanghoun/tools/ace/erg-1212-x86-64-0.9.19.dat"
#JPN_PAR="/home/sanghoun/tools/ace/jacy.dat"
#JPN_GEN="/home/sanghoun/tools/ace/jacy.dat"
#JPN_PAR="/home/sanghoun/resource/grammar/jacy/jacy.dat"
#JPN_GEN="/home/sanghoun/resource/grammar/jacy/jacy.dat"
JPN_PAR="/home/sanghoun/resource/grammar/jacy/jacy.dat"
JPN_GEN="/home/sanghoun/resource/grammar/jacy/jacy.dat"
ZHS_PAR="/home/sanghoun/resource/grammar/zhong/cmn/zhs/zhs.dat"
ZHS_GEN="/home/sanghoun/resource/grammar/zhong/cmn/zhs/zhs-strict.dat"
ZHT_PAR="/home/sanghoun/resource/grammar/zhong/cmn/zht/zht.dat"
ZHT_GEN="/home/sanghoun/resource/grammar/zhong/cmn/zht/zht.dat"
YUE_PAR="/home/sanghoun/resource/grammar/zhong/yue/yue.dat"
YUE_GEN="/home/sanghoun/resource/grammar/zhong/yue/yue.dat"
IND_PAR="/home/sanghoun/resource/grammar/IndonesianGrammar/indonesian.dat"
IND_GEN="/home/sanghoun/resource/grammar/IndonesianGrammar/indonesian.dat"
#ENG2ENG="/home/sanghoun/logon/uio/tm/enen/enen.dat"
ENG2ENG=""
#ENG2JPN="/home/sanghoun/logon/uio/tm/enja/enja.dat"
ENG2JPN=""
ENG2ZHS=""
ENG2ZHT=""
ENG2YUE=""
ENG2IND="/home/sanghoun/resource/tm/enin/enin.dat"
JPN2ENG="/home/sanghoun/logon/uio/tm/jaen/jaen.dat"
JPN2JPN=""
JPN2ZHS="/home/sanghoun/resource/tm/jazs/jazs.dat"
JPN2ZHT="/home/sanghoun/resource/tm/jazt/jazt.dat"
JPN2YUE=""
JPN2IND=""
ZHS2ENG=""
ZHS2JPN="/home/sanghoun/resource/tm/zsja/zsja.dat"
ZHS2ZHS=""
ZHS2ZHT="/home/sanghoun/resource/tm/zszt/zszt.dat"
ZHS2YUE=""
ZHS2IND=""
ZHT2ENG=""
ZHT2JPN="/home/sanghoun/resource/tm/ztja/ztja.dat"
ZHT2ZHS="/home/sanghoun/resource/tm/ztzs/ztzs.dat"
ZHT2ZHT=""
ZHT2YUE=""
ZHT2IND=""
YUE2ENG=""
YUE2JPN=""
YUE2ZHS=""
YUE2ZHT=""
YUE2YUE=""
YUE2IND=""
IND2ENG="/home/sanghoun/resource/tm/inen/inen.dat"
IND2JPN=""
IND2ZHS=""
IND2ZHT=""
IND2YUE=""
IND2IND=""