MaltParser 1.0.3

Uses of Class
org.maltparser.core.dataformat.DataFormatEntry

Packages that use DataFormatEntry
org.maltparser.core.dataformat Contains classes for describing the data format, such as CoNLL shared task format and Malt-TAB format. 
 

Uses of DataFormatEntry in org.maltparser.core.dataformat
 

Fields in org.maltparser.core.dataformat with type parameters of type DataFormatEntry
protected  SortedSet<DataFormatEntry> DataFormatSpecification.entries
           
 

Methods in org.maltparser.core.dataformat with parameters of type DataFormatEntry
 int DataFormatEntry.compareTo(DataFormatEntry o)
           
 

Constructor parameters in org.maltparser.core.dataformat with type arguments of type DataFormatEntry
DataFormatInstance(SortedSet<DataFormatEntry> entries, SymbolTableHandler symbolTables, String specialSymbolsfileName, String rootLabel)
           
 


MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.