blob: 261e6a05b339ae79fc4ebe02030be640b1c2bb44 (
plain)
1
2
3
4
5
6
7
8
|
To generate the input file, run:
~/cdec/corpus/conll2cdec.pl input.conll > input.txt
This will create a training corpus (i.e., an input is present as well as
gold standard output is present) in input.txt.
See cdec.ini for examples of how to include features in the model.
|