Package opennlp.tools.formats

Experimental package related to converting various corpora to OpenNLP Format.

See:
          Description

Interface Summary
NameSampleDataStreamFactory.Parameters  
ParseSampleStreamFactory.Parameters  
WordTagSampleStreamFactory.Parameters  
 

Class Summary
AbstractSampleStreamFactory<T> Base class for sample stream factories.
BioNLP2004NameSampleStream Parser for the training files of the BioNLP/NLPBA 2004 shared task.
BioNLP2004NameSampleStreamFactory  
ChunkerSampleStreamFactory Factory producing OpenNLP ChunkSampleStreams.
Conll02NameSampleStream Parser for the dutch and spanish ner training files of the CONLL 2002 shared task.
Conll02NameSampleStreamFactory Note: Do not use this class, internal use only!
Conll03NameSampleStream An import stream which can parse the CONLL03 data.
Conll03NameSampleStreamFactory  
ConllXPOSSampleStream Parses the data from the CONLL 06 shared task into POS Samples.
ConllXPOSSampleStreamFactory Note: Do not use this class, internal use only!
ConllXSentenceSampleStreamFactory Note: Do not use this class, internal use only!
ConllXTokenSampleStreamFactory Note: Do not use this class, internal use only!
CorefSampleStreamFactory  
DetokenizerSampleStreamFactory<T> Base class for factories which need detokenizer.
DirectorySampleStream The directory sample stream scans a directory (recursively) for plain text files and outputs each file as a String object.
DocumentSampleStreamFactory Factory producing OpenNLP DocumentSampleStreams.
LanguageSampleStreamFactory<T> Stream factory for those streams which carry language.
LeipzigDoccatSampleStream Stream filter to produce document samples out of a Leipzig sentences.txt file.
LeipzigDocumentSampleStreamFactory Note: Do not use this class, internal use only!
NameFinderCensus90NameStream This class helps to read the US Census data from the files to build a StringList for each dictionary entry in the name-finder dictionary.
NameSampleDataStreamFactory Factory producing OpenNLP NameSampleDataStreams.
ParseSampleStreamFactory Factory producing OpenNLP ParseSampleStreams.
SentenceSampleStreamFactory Factory producing OpenNLP SentenceSampleStreams.
TokenSampleStreamFactory Factory producing OpenNLP TokenSampleStreams.
WordTagSampleStreamFactory Note: Do not use this class, internal use only!
 

Enum Summary
Conll02NameSampleStream.LANGUAGE  
Conll03NameSampleStream.LANGUAGE  
 

Package opennlp.tools.formats Description

Experimental package related to converting various corpora to OpenNLP Format.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.