Uses of Class
opennlp.tools.commons.Internal
-
Packages that use Internal Package Description opennlp.tools.cmdline.chunker opennlp.tools.cmdline.doccat opennlp.tools.cmdline.langdetect opennlp.tools.cmdline.lemmatizer Classes giving access to the opennlp.tools.lemmatizer functionalities.opennlp.tools.cmdline.namefind opennlp.tools.cmdline.params opennlp.tools.cmdline.parser opennlp.tools.cmdline.postag opennlp.tools.cmdline.tokenizer opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.ad Experimental package related to theArvores Deitadas corpusformat.opennlp.tools.formats.conllu Experimental package related to the CoNNL-U format.opennlp.tools.formats.convert opennlp.tools.formats.frenchtreebank Experimental package related to the French Treebank format.opennlp.tools.formats.leipzig Experimental package related to theLeipzigcorpus format.opennlp.tools.sentdetect Package related to identifying sentence boundaries.opennlp.tools.util.ext Package containing extension loading code.opennlp.tools.util.model -
-
Uses of Internal in opennlp.tools.cmdline.chunker
Classes in opennlp.tools.cmdline.chunker with annotations of type Internal Modifier and Type Class Description classChunkerModelLoaderLoads aChunkerModelfor the command line tools. -
Uses of Internal in opennlp.tools.cmdline.doccat
Classes in opennlp.tools.cmdline.doccat with annotations of type Internal Modifier and Type Class Description classDoccatModelLoaderLoads aDoccatModelfor the command line tools. -
Uses of Internal in opennlp.tools.cmdline.langdetect
Classes in opennlp.tools.cmdline.langdetect with annotations of type Internal Modifier and Type Class Description classLanguageDetectorModelLoaderLoads aLanguageDetectorModelfor the command line tools. -
Uses of Internal in opennlp.tools.cmdline.lemmatizer
Classes in opennlp.tools.cmdline.lemmatizer with annotations of type Internal Modifier and Type Class Description classLemmatizerModelLoaderLoads aLemmatizerModelfor the command line tools. -
Uses of Internal in opennlp.tools.cmdline.namefind
Classes in opennlp.tools.cmdline.namefind with annotations of type Internal Modifier and Type Class Description classTokenNameFinderModelLoaderLoads aTokenNameFinderModelfor the command line tools. -
Uses of Internal in opennlp.tools.cmdline.params
Classes in opennlp.tools.cmdline.params with annotations of type Internal Modifier and Type Interface Description interfaceBasicTrainingParamsCommon training parameters.interfaceCVParamsCommon cross validator parameters.interfaceDetailedFMeasureEvaluatorParamsEvaluatorParams for Chunker.interfaceEncodingParameterEncoding parameter.interfaceEvaluatorParamsCommon evaluation parameters.interfaceFineGrainedEvaluatorParamsCommon evaluation parameters.interfaceTrainingToolParamsCommon training parameters. -
Uses of Internal in opennlp.tools.cmdline.parser
Classes in opennlp.tools.cmdline.parser with annotations of type Internal Modifier and Type Class Description classParserModelLoaderLoads aParserModelfor the command line tools. -
Uses of Internal in opennlp.tools.cmdline.postag
Classes in opennlp.tools.cmdline.postag with annotations of type Internal Modifier and Type Class Description classPOSModelLoaderLoads aPOSModelfor the command line tools. -
Uses of Internal in opennlp.tools.cmdline.tokenizer
Classes in opennlp.tools.cmdline.tokenizer with annotations of type Internal Modifier and Type Class Description classTokenizerModelLoaderLoads aTokenizerModelfor the command line tools. -
Uses of Internal in opennlp.tools.formats
Classes in opennlp.tools.formats with annotations of type Internal Modifier and Type Class Description classBioNLP2004NameSampleStreamAsample streamfor the training files of the BioNLP/NLPBA 2004 shared task.classConll02NameSampleStreamParser for the Dutch and Spanish ner training files of the CONLL 2002 shared task.classConll02NameSampleStreamFactory<P>Note: Do not use this class, internal use only!classConllXPOSSampleStreamParses the data from the CONLL 06 shared task into POS Samples.classConllXPOSSampleStreamFactory<P>Note: Do not use this class, internal use only!classConllXSentenceSampleStreamFactory<P>Note: Do not use this class, internal use only!classConllXTokenSampleStreamFactory<P>Note: Do not use this class, internal use only!classEvalitaNameSampleStreamParser for the Italian NER training files of the Evalita 2007 and 2009 NER shared tasks.classEvalitaNameSampleStreamFactory<P>Note: Do not use this class, internal use only!classNameFinderCensus90NameStreamThis class helps to read the US Census data from the files to build a StringList for each dictionary entry in the name-finder dictionary.classWordTagSampleStreamFactory<P>Note: Do not use this class, internal use only! -
Uses of Internal in opennlp.tools.formats.ad
Classes in opennlp.tools.formats.ad with annotations of type Internal Modifier and Type Class Description classADChunkSampleStreamParser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese Chunker training.classADChunkSampleStreamFactory<P>A Factory to create a Arvores Deitadas ChunkStream from the command line utility.classADNameSampleStreamParser for Floresta Sita(c)tica Arvores Deitadas corpus, output to for the Portuguese NER training.classADNameSampleStreamFactory<P>A Factory to create a Arvores Deitadas NameSampleDataStream from the command line utility.classADPOSSampleStreamNote: Do not use this class, internal use only!classADPOSSampleStreamFactory<P>Note: Do not use this class, internal use only!classADSentenceSampleStreamNote: Do not use this class, internal use only!classADSentenceSampleStreamFactory<P>Note: Do not use this class, internal use only!classADSentenceStreamStream filter which merges text lines into sentences, following the Arvores Deitadas syntax.classADTokenSampleStreamFactory<P>Note: Do not use this class, internal use only!classPortugueseContractionUtilityUtility class to handle Portuguese contractions. -
Uses of Internal in opennlp.tools.formats.conllu
Classes in opennlp.tools.formats.conllu with annotations of type Internal Modifier and Type Class Description classConlluLemmaSampleStreamFactory<P>Note: Do not use this class, internal use only!classConlluPOSSampleStreamFactory<P>Note: Do not use this class, internal use only!classConlluSentenceSampleStreamFactory<P>Note: Do not use this class, internal use only!classConlluTokenSampleStreamFactory<P>Note: Do not use this class, internal use only! -
Uses of Internal in opennlp.tools.formats.convert
Classes in opennlp.tools.formats.convert with annotations of type Internal Modifier and Type Class Description classFileToByteArraySampleStreamNote: Do not use this class, internal use only!classNameToSentenceSampleStreamNote: Do not use this class, internal use only!classNameToSentenceSampleStreamFactory<P>Note: Do not use this class, internal use only!classNameToTokenSampleStreamNote: Do not use this class, internal use only!classNameToTokenSampleStreamFactory<P>Note: Do not use this class, internal use only!classParseToPOSSampleStreamNote: Do not use this class, internal use only!classParseToPOSSampleStreamFactoryNote: Do not use this class, internal use only!classParseToSentenceSampleStreamFactoryNote: Do not use this class, internal use only!classParseToTokenSampleStreamFactoryNote: Do not use this class, internal use only!classPOSToSentenceSampleStreamNote: Do not use this class, internal use only!classPOSToSentenceSampleStreamFactory<P>Note: Do not use this class, internal use only!classPOSToTokenSampleStreamNote: Do not use this class, internal use only!classPOSToTokenSampleStreamFactory<P>Note: Do not use this class, internal use only! -
Uses of Internal in opennlp.tools.formats.frenchtreebank
Classes in opennlp.tools.formats.frenchtreebank with annotations of type Internal Modifier and Type Class Description classConstitParseSampleStreamFactoryNote: Do not use this class, internal use only! -
Uses of Internal in opennlp.tools.formats.leipzig
Classes in opennlp.tools.formats.leipzig with annotations of type Internal Modifier and Type Class Description classLeipzigLanguageSampleStreamFactory<P>Note: Do not use this class, internal use only! -
Uses of Internal in opennlp.tools.sentdetect
Classes in opennlp.tools.sentdetect with annotations of type Internal Modifier and Type Class Description classEmptyLinePreprocessorStreamObjectStreamto clean up empty lines for empty line separated document streams.
- Skips empty line at training data start
- Transforms multiple empty lines in a row into one
- Replaces white space lines with empty lines
- TODO: Terminates last document with empty line if it is missing
This stream should be used by the components that mark empty lines to mark document boundaries. -
Uses of Internal in opennlp.tools.util.ext
Classes in opennlp.tools.util.ext with annotations of type Internal Modifier and Type Class Description classExtensionLoaderTheExtensionLoaderis responsible to load extensions to the OpenNLP library. -
Uses of Internal in opennlp.tools.util.model
Methods in opennlp.tools.util.model with annotations of type Internal Modifier and Type Method Description static TrainingParametersModelUtil. createDefaultTrainingParameters()Creates the defaultTrainingParametersin case they are not provided.
-