The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0" encoding="UTF-8"?>
<dataformat name="conll2009">
	<column name="ID" category="INPUT" type="ECHO"/>
	<column name="FORM" category="INPUT" type="STRING"/>
	<column name="LEMMA" category="INPUT" type="STRING"/>
	<column name="PLEMMA" category="INPUT" type="IGNORE" default="_"/>
	<column name="POSTAG" category="INPUT" type="STRING"/>
	<column name="PPOSTAG" category="INPUT" type="IGNORE" default="_"/>>
	<column name="FEATS" category="INPUT" type="STRING"/>
	<column name="PFEATS" category="INPUT" type="IGNORE" default="_"/>
	<column name="HEAD" category="HEAD" type="INTEGER"/>
	<column name="PHEAD" category="HEAD" type="IGNORE" default="_"/>
	<column name="DEPREL" category="DEPENDENCY_EDGE_LABEL" type="STRING"/>
	<column name="PDEPREL" category="DEPENDENCY_EDGE_LABEL" type="IGNORE" default="_"/>
	<column name="FILLPRED" category="INPUT" type="IGNORE" default="_"/>
	<column name="PRED" category="INPUT" type="IGNORE" default="_"/>
	<!--<column name="APREDS" category="INPUT" type="STRING"/>-->
</dataformat>