File size: 856 Bytes
6f3ebfa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <?xml version="1.0" encoding="UTF-8"?>
<featuremodels>
<featuremodel name="covnonproj">
<feature>InputColumn(POSTAG, Left[0])</feature>
<feature>InputColumn(POSTAG, Right[0])</feature>
<feature>InputColumn(POSTAG, Right[1])</feature>
<feature>InputColumn(POSTAG, Right[2])</feature>
<feature>InputColumn(POSTAG, Right[3])</feature>
<feature>InputColumn(POSTAG, Left[1])</feature>
<feature>OutputColumn(DEPREL, Left[0])</feature>
<feature>OutputColumn(DEPREL, ldep(Left[0]))</feature>
<feature>OutputColumn(DEPREL, rdep(Left[0]))</feature>
<feature>OutputColumn(DEPREL, ldep(Right[0]))</feature>
<feature>InputColumn(FORM, Left[0])</feature>
<feature>InputColumn(FORM, Right[0])</feature>
<feature>InputColumn(FORM, Right[1])</feature>
<feature>InputColumn(FORM, head(Left[0]))</feature>
</featuremodel>
</featuremodels>
|