summaryrefslogtreecommitdiff
path: root/tests/system_tests/conll/cdec.ini
blob: f214857a5e96ba68b0b2c931b786aa866459c8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
formalism=tagger
tagger_tagset=tagset.txt

# grab the second feature column from the conll input (-w 2) and
# create a feature of i-1,i-2 conjoined with y_i
feature_function=CoNLLFeatures -w 2 -t xxy:%x[-1]_%x[0]:%y[0]

# grab the second feature column from the conll input (-w 2) and
# create a feature of i-1,i-2 conjoined with y_i
feature_function=CoNLLFeatures -w 1 -t xy:%x[0]:%y[0]

intersection_strategy=full