MaltParser 1.5.3

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

Packages that use DataFormatEntry
org.maltparser.core.io.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.io.dataformat
 

Methods in org.maltparser.core.io.dataformat that return DataFormatEntry
 DataFormatEntry DataFormatSpecification.getEntry(String dataFormatEntryName)
           
 

Constructor parameters in org.maltparser.core.io.dataformat with type arguments of type DataFormatEntry
DataFormatInstance(Map<String,DataFormatEntry> entries, SymbolTableHandler symbolTables, String nullValueStrategy, DataFormatSpecification spec)
           
 


MaltParser 1.5.3

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.