-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
Copy pathchinese.misc.nodistsim.prop
51 lines (44 loc) · 1.06 KB
/
chinese.misc.nodistsim.prop
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
trainFileList = /u/nlp/data/chinese/ner/chinese.ner.misc.train,/u/nlp/data/chinese/ner/chinese.ner.misc.extra.train
testFile = /u/nlp/data/chinese/ner/chinese.ner.misc.test
serializeTo = chinese.misc.nodistsim.crf.ser.gz
map = word=0,answer=1
useKnownLCWords = false
useDistSim = false
#distSimLexicon = /u/nlp/data/german/ner/dewac_175m_600
mergeTags = true
useTitle = false
useClassFeature=true
useWord=true
useNGrams=true
useNeighborNGrams=true
noMidNGrams=true
conjoinShapeNGrams=true
useBeginSent=true
maxNGramLeng=4
#maxNGramLeng=6
usePrev=true
useNext=true
useLongSequences=true
useSequences=true
usePrevSequences=true
useTypeSeqs=true
useTypeSeqs2=true
useTypeySequences=true
useOccurrencePatterns=true
useLastRealWord=true
useNextRealWord=true
normalize=true
wordShape=chris4
useDisjunctive=true
disjunctionWidth=5
useDisjShape=true
useRadical = true
type=crf
useQN = true
# For making faster
QNsize = 10
saveFeatureIndexToDisk = true
maxLeft=1
useObservedSequencesOnly=true
featureDiffThresh=0.05
readerAndWriter=edu.stanford.nlp.sequences.ColumnDocumentReaderAndWriter