Package com.gengoai.hermes.format
-
Interface Summary Interface Description CoNLLColumnProcessor Interface defining how to process a column from a CoNLL formatted document.DocFormat A DocFormat defines how to read and write documents in a given format.DocFormatProvider A provider forDocFormat
for use within Java's service loader framework.OneDocPerFileFormat Defines a format in which only one document is written per file.POSCorrection Corrects POS tags to conform to HERMES format -
Class Summary Class Description CoNLLFormat Format Name: conllCoNLLFormat.CoNLLParameters The type CoNLL parameters.CoNLLFormat.Provider The type Provider.CoNLLRow A Row (token) in a CoNLL formatted fileCsvFormat Format Name: csvCsvFormat.CSVParameters The type Csv parameters.CsvFormat.Provider The type Provider.DocFormatParameters The type Doc format parameters.DocFormatService Service for handlingDocFormat
andDocFormatProvider
.HermesJsonFormat Format Name: hjsonHermesJsonFormat.Provider The type Provider.PennTreebankFormat Format Name: ptbPennTreebankFormat.Provider POSFormat Format Name: posPOSFormat.Provider The type Provider.TaggedFormat Format Name: taggedTaggedFormat.Provider The type Provider.TaggedFormat.TaggedParameters The type Tagged parameters.TwitterSearchFormat Format Name: twitter_searchTwitterSearchFormat.Provider The type Provider.TxtFormat Format Name: textTxtFormat.Provider The type Provider.WholeFileTextFormat Defines a format in which files need to be completely read in order to generate documents.