opennlp-tools-2.5.5.jar中文-英文对照文档.zip

org.apache.opennlpopennlp-tools2.5.5API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: opennlp-tools-2.5.5.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 5.79 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥2
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

opennlp-tools-2.5.5.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:opennlp-tools-2.5.5.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:opennlp-tools-2.5.5.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:opennlp-tools-2.5.5.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:opennlp-tools-2.5.5-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 opennlp-tools-2.5.5.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Apache OpenNLP Tools
  • 描述: org.apache.opennlp - opennlp-tools
  • 版本: 2.5.5

Maven依赖

<dependency>
	<groupId>org.apache.opennlp</groupId>
	<artifactId>opennlp-tools</artifactId>
	<version>2.5.5</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.apache.opennlp', name: 'opennlp-tools', version: '2.5.5'
Gradle (Short):
	implementation 'org.apache.opennlp:opennlp-tools:2.5.5'
Gradle (Kotlin):
	implementation("org.apache.opennlp:opennlp-tools:2.5.5")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

opennlp.tools.chunker
opennlp.tools.cmdline.chunker
opennlp.tools.cmdline.dictionary
opennlp.tools.cmdline.doccat
opennlp.tools.cmdline.entitylinker
opennlp.tools.cmdline.langdetect
opennlp.tools.cmdline.languagemodel
opennlp.tools.cmdline.lemmatizer
opennlp.tools.cmdline.namefind
opennlp.tools.cmdline.params
opennlp.tools.cmdline.parser
opennlp.tools.cmdline.postag
opennlp.tools.cmdline.sentdetect
opennlp.tools.cmdline.tokenizer
opennlp.tools.commons
opennlp.tools.dictionary
opennlp.tools.dictionary.serializer
opennlp.tools.doccat
opennlp.tools.entitylinker
opennlp.tools.formats
opennlp.tools.formats.ad
opennlp.tools.formats.brat
opennlp.tools.formats.conllu
opennlp.tools.formats.convert
opennlp.tools.formats.frenchtreebank
opennlp.tools.formats.irishsentencebank
opennlp.tools.formats.leipzig
opennlp.tools.formats.letsmt
opennlp.tools.formats.masc
opennlp.tools.formats.moses
opennlp.tools.formats.muc
opennlp.tools.formats.nkjp
opennlp.tools.formats.ontonotes
opennlp.tools.langdetect
opennlp.tools.languagemodel
opennlp.tools.lemmatizer
opennlp.tools.log
opennlp.tools.ml
opennlp.tools.ml.maxent
opennlp.tools.ml.maxent.io
opennlp.tools.ml.maxent.quasinewton
opennlp.tools.ml.model
opennlp.tools.ml.naivebayes
opennlp.tools.ml.perceptron
opennlp.tools.models
opennlp.tools.monitoring
opennlp.tools.namefind
opennlp.tools.ngram
opennlp.tools.parser
opennlp.tools.parser.chunking
opennlp.tools.parser.lang.en
opennlp.tools.parser.lang.es
opennlp.tools.parser.treeinsert
opennlp.tools.postag
opennlp.tools.sentdetect
opennlp.tools.sentdetect.lang
opennlp.tools.sentdetect.lang.th
opennlp.tools.stemmer
opennlp.tools.stemmer.snowball
opennlp.tools.tokenize
opennlp.tools.tokenize.lang
opennlp.tools.tokenize.lang.en
opennlp.tools.util
opennlp.tools.util.eval
opennlp.tools.util.ext
opennlp.tools.util.featuregen
opennlp.tools.util.java
opennlp.tools.util.jvm
opennlp.tools.util.model
opennlp.tools.util.normalizer
opennlp.tools.util.wordvector

本组件包含的 Java class(类)

opennlp.tools.chunker.ChunkSample
opennlp.tools.chunker.ChunkSampleSequenceStream
opennlp.tools.chunker.ChunkSampleStream
opennlp.tools.chunker.Chunker
opennlp.tools.chunker.ChunkerContextGenerator
opennlp.tools.chunker.ChunkerCrossValidator
opennlp.tools.chunker.ChunkerEvaluationMonitor
opennlp.tools.chunker.ChunkerEvaluator
opennlp.tools.chunker.ChunkerEventStream
opennlp.tools.chunker.ChunkerFactory
opennlp.tools.chunker.ChunkerME
opennlp.tools.chunker.ChunkerModel
opennlp.tools.chunker.DefaultChunkerContextGenerator
opennlp.tools.chunker.DefaultChunkerSequenceValidator
opennlp.tools.chunker.ThreadSafeChunkerME
opennlp.tools.chunker.chunkers
opennlp.tools.chunker.models
opennlp.tools.chunker.samples
opennlp.tools.cmdline.chunker.ChunkEvaluationErrorListener
opennlp.tools.cmdline.chunker.ChunkerConverterTool
opennlp.tools.cmdline.chunker.ChunkerCrossValidatorTool
opennlp.tools.cmdline.chunker.ChunkerDetailedFMeasureListener
opennlp.tools.cmdline.chunker.ChunkerEvaluatorTool
opennlp.tools.cmdline.chunker.ChunkerMETool
opennlp.tools.cmdline.chunker.ChunkerModelLoader
opennlp.tools.cmdline.chunker.ChunkerTrainerTool
opennlp.tools.cmdline.dictionary.DictionaryBuilderTool
opennlp.tools.cmdline.doccat.DoccatConverterTool
opennlp.tools.cmdline.doccat.DoccatCrossValidatorTool
opennlp.tools.cmdline.doccat.DoccatEvaluationErrorListener
opennlp.tools.cmdline.doccat.DoccatEvaluatorTool
opennlp.tools.cmdline.doccat.DoccatFineGrainedReportListener
opennlp.tools.cmdline.doccat.DoccatModelLoader
opennlp.tools.cmdline.doccat.DoccatTool
opennlp.tools.cmdline.doccat.DoccatTrainerTool
opennlp.tools.cmdline.entitylinker.EntityLinkerTool
opennlp.tools.cmdline.langdetect.LanguageDetectorConverterTool
opennlp.tools.cmdline.langdetect.LanguageDetectorCrossValidatorTool
opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluationErrorListener
opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluatorTool
opennlp.tools.cmdline.langdetect.LanguageDetectorFineGrainedReportListener
opennlp.tools.cmdline.langdetect.LanguageDetectorModelLoader
opennlp.tools.cmdline.langdetect.LanguageDetectorTool
opennlp.tools.cmdline.langdetect.LanguageDetectorTrainerTool
opennlp.tools.cmdline.languagemodel.NGramLanguageModelTool
opennlp.tools.cmdline.lemmatizer.LemmaEvaluationErrorListener
opennlp.tools.cmdline.lemmatizer.LemmatizerEvaluatorTool
opennlp.tools.cmdline.lemmatizer.LemmatizerFineGrainedReportListener
opennlp.tools.cmdline.lemmatizer.LemmatizerMETool
opennlp.tools.cmdline.lemmatizer.LemmatizerModelLoader
opennlp.tools.cmdline.lemmatizer.LemmatizerTrainerTool
opennlp.tools.cmdline.namefind.CensusDictionaryCreatorTool
opennlp.tools.cmdline.namefind.NameEvaluationErrorListener
opennlp.tools.cmdline.namefind.NameSampleCountersStream
opennlp.tools.cmdline.namefind.TokenNameFinderConverterTool
opennlp.tools.cmdline.namefind.TokenNameFinderCrossValidatorTool
opennlp.tools.cmdline.namefind.TokenNameFinderDetailedFMeasureListener
opennlp.tools.cmdline.namefind.TokenNameFinderEvaluatorTool
opennlp.tools.cmdline.namefind.TokenNameFinderFineGrainedReportListener
opennlp.tools.cmdline.namefind.TokenNameFinderModelLoader
opennlp.tools.cmdline.namefind.TokenNameFinderTool
opennlp.tools.cmdline.namefind.TokenNameFinderTrainerTool
opennlp.tools.cmdline.params.BasicFormatParams
opennlp.tools.cmdline.params.BasicTrainingParams
opennlp.tools.cmdline.params.CVParams
opennlp.tools.cmdline.params.DetokenizerParameter
opennlp.tools.cmdline.params.EncodingParameter
opennlp.tools.cmdline.params.EvaluatorParams
opennlp.tools.cmdline.params.FineGrainedEvaluatorParams
opennlp.tools.cmdline.params.LanguageParams
opennlp.tools.cmdline.params.TrainingToolParams
opennlp.tools.cmdline.parser.BuildModelUpdaterTool
opennlp.tools.cmdline.parser.CheckModelUpdaterTool
opennlp.tools.cmdline.parser.ParserConverterTool
opennlp.tools.cmdline.parser.ParserEvaluatorTool
opennlp.tools.cmdline.parser.ParserModelLoader
opennlp.tools.cmdline.parser.ParserTool
opennlp.tools.cmdline.parser.ParserTrainerTool
opennlp.tools.cmdline.parser.TaggerModelReplacerTool
opennlp.tools.cmdline.postag.POSEvaluationErrorListener
opennlp.tools.cmdline.postag.POSModelLoader
opennlp.tools.cmdline.postag.POSTaggerConverterTool
opennlp.tools.cmdline.postag.POSTaggerCrossValidatorTool
opennlp.tools.cmdline.postag.POSTaggerEvaluatorTool
opennlp.tools.cmdline.postag.POSTaggerFineGrainedReportListener
opennlp.tools.cmdline.postag.POSTaggerTool
opennlp.tools.cmdline.postag.POSTaggerTrainerTool
opennlp.tools.cmdline.sentdetect.SentenceDetectorConverterTool
opennlp.tools.cmdline.sentdetect.SentenceDetectorCrossValidatorTool
opennlp.tools.cmdline.sentdetect.SentenceDetectorEvaluatorTool
opennlp.tools.cmdline.sentdetect.SentenceDetectorTool
opennlp.tools.cmdline.sentdetect.SentenceDetectorTrainerTool
opennlp.tools.cmdline.sentdetect.SentenceEvaluationErrorListener
opennlp.tools.cmdline.tokenizer.DetokenEvaluationErrorListener
opennlp.tools.cmdline.tokenizer.DictionaryDetokenizerTool
opennlp.tools.cmdline.tokenizer.SimpleTokenizerTool
opennlp.tools.cmdline.tokenizer.TokenEvaluationErrorListener
opennlp.tools.cmdline.tokenizer.TokenizerConverterTool
opennlp.tools.cmdline.tokenizer.TokenizerCrossValidatorTool
opennlp.tools.cmdline.tokenizer.TokenizerMEEvaluatorTool
opennlp.tools.cmdline.tokenizer.TokenizerMETool
opennlp.tools.cmdline.tokenizer.TokenizerModelLoader
opennlp.tools.cmdline.tokenizer.TokenizerTrainerTool
opennlp.tools.commons.Sample
opennlp.tools.commons.Trainer
opennlp.tools.commons.sentence
opennlp.tools.commons.trainer
opennlp.tools.dictionary.Dictionary
opennlp.tools.dictionary.Index
opennlp.tools.dictionary.dictionaries
opennlp.tools.dictionary.serializer.Attributes
opennlp.tools.dictionary.serializer.DictionaryEntryPersistor
opennlp.tools.dictionary.serializer.Entry
opennlp.tools.dictionary.serializer.EntryInserter
opennlp.tools.doccat.BagOfWordsFeatureGenerator
opennlp.tools.doccat.DoccatCrossValidator
opennlp.tools.doccat.DoccatEvaluationMonitor
opennlp.tools.doccat.DoccatFactory
opennlp.tools.doccat.DoccatModel
opennlp.tools.doccat.DocumentCategorizer
opennlp.tools.doccat.DocumentCategorizerEvaluator
opennlp.tools.doccat.DocumentCategorizerEventStream
opennlp.tools.doccat.DocumentCategorizerME
opennlp.tools.doccat.DocumentSample
opennlp.tools.doccat.DocumentSampleStream
opennlp.tools.doccat.FeatureGenerator
opennlp.tools.doccat.NGramFeatureGenerator
opennlp.tools.doccat.doccat
opennlp.tools.doccat.samples
opennlp.tools.entitylinker.BaseLink
opennlp.tools.entitylinker.EntityLinker
opennlp.tools.entitylinker.EntityLinkerFactory
opennlp.tools.entitylinker.EntityLinkerProperties
opennlp.tools.entitylinker.LinkedSpan
opennlp.tools.formats.AbstractSampleStreamFactory
opennlp.tools.formats.BioNLP2004NameSampleStream
opennlp.tools.formats.BioNLP2004NameSampleStreamFactory
opennlp.tools.formats.BioNLP2004NameSampleStreamFactory.Parameters
opennlp.tools.formats.ChunkerSampleStreamFactory
opennlp.tools.formats.ChunkerSampleStreamFactory.Parameters
opennlp.tools.formats.Conll02NameSampleStream
opennlp.tools.formats.Conll02NameSampleStreamFactory
opennlp.tools.formats.Conll02NameSampleStreamFactory.Parameters
opennlp.tools.formats.Conll03NameSampleStream
opennlp.tools.formats.Conll03NameSampleStreamFactory
opennlp.tools.formats.Conll03NameSampleStreamFactory.Parameters
opennlp.tools.formats.ConllXPOSSampleStream
opennlp.tools.formats.ConllXPOSSampleStreamFactory
opennlp.tools.formats.ConllXPOSSampleStreamFactory.Parameters
opennlp.tools.formats.ConllXSentenceSampleStreamFactory
opennlp.tools.formats.ConllXSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.ConllXTokenSampleStreamFactory
opennlp.tools.formats.ConllXTokenSampleStreamFactory.Parameters
opennlp.tools.formats.DetokenizerSampleStreamFactory
opennlp.tools.formats.DirectorySampleStream
opennlp.tools.formats.DocumentSampleStreamFactory
opennlp.tools.formats.DocumentSampleStreamFactory.Parameters
opennlp.tools.formats.EvalitaNameSampleStream
opennlp.tools.formats.EvalitaNameSampleStreamFactory
opennlp.tools.formats.EvalitaNameSampleStreamFactory.Parameters
opennlp.tools.formats.LanguageDetectorSampleStreamFactory
opennlp.tools.formats.LanguageDetectorSampleStreamFactory.Parameters
opennlp.tools.formats.LanguageSampleStreamFactory
opennlp.tools.formats.LemmatizerSampleStreamFactory
opennlp.tools.formats.LemmatizerSampleStreamFactory.Parameters
opennlp.tools.formats.NameFinderCensus90NameStream
opennlp.tools.formats.NameSampleDataStreamFactory
opennlp.tools.formats.NameSampleDataStreamFactory.Parameters
opennlp.tools.formats.ParseSampleStreamFactory
opennlp.tools.formats.ParseSampleStreamFactory.Parameters
opennlp.tools.formats.SentenceSampleStreamFactory
opennlp.tools.formats.SentenceSampleStreamFactory.Parameters
opennlp.tools.formats.TokenSampleStreamFactory
opennlp.tools.formats.TokenSampleStreamFactory.Parameters
opennlp.tools.formats.TwentyNewsgroupSampleStream
opennlp.tools.formats.TwentyNewsgroupSampleStreamFactory
opennlp.tools.formats.TwentyNewsgroupSampleStreamFactory.Parameters
opennlp.tools.formats.WordTagSampleStreamFactory
opennlp.tools.formats.WordTagSampleStreamFactory.Parameters
opennlp.tools.formats.ad.ADChunkSampleStream
opennlp.tools.formats.ad.ADChunkSampleStreamFactory
opennlp.tools.formats.ad.ADChunkSampleStreamFactory.Parameters
opennlp.tools.formats.ad.ADNameSampleStream
opennlp.tools.formats.ad.ADNameSampleStreamFactory
opennlp.tools.formats.ad.ADNameSampleStreamFactory.Parameters
opennlp.tools.formats.ad.ADPOSSampleStream
opennlp.tools.formats.ad.ADPOSSampleStreamFactory
opennlp.tools.formats.ad.ADPOSSampleStreamFactory.Parameters
opennlp.tools.formats.ad.ADSentenceSampleStream
opennlp.tools.formats.ad.ADSentenceSampleStreamFactory
opennlp.tools.formats.ad.ADSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.ad.ADSentenceStream
opennlp.tools.formats.ad.ADSentenceStream.Sentence
opennlp.tools.formats.ad.ADSentenceStream.SentenceParser
opennlp.tools.formats.ad.ADSentenceStream.SentenceParser.Leaf
opennlp.tools.formats.ad.ADSentenceStream.SentenceParser.Node
opennlp.tools.formats.ad.ADSentenceStream.SentenceParser.TreeElement
opennlp.tools.formats.ad.ADTokenSampleStreamFactory
opennlp.tools.formats.ad.ADTokenSampleStreamFactory.Parameters
opennlp.tools.formats.ad.PortugueseContractionUtility
opennlp.tools.formats.brat.AnnotationConfiguration
opennlp.tools.formats.brat.AnnotatorNoteAnnotation
opennlp.tools.formats.brat.AttributeAnnotation
opennlp.tools.formats.brat.BratAnnotation
opennlp.tools.formats.brat.BratAnnotationStream
opennlp.tools.formats.brat.BratDocument
opennlp.tools.formats.brat.BratDocumentParser
opennlp.tools.formats.brat.BratDocumentStream
opennlp.tools.formats.brat.BratNameSampleStream
opennlp.tools.formats.brat.BratNameSampleStreamFactory
opennlp.tools.formats.brat.BratNameSampleStreamFactory.Parameters
opennlp.tools.formats.brat.EventAnnotation
opennlp.tools.formats.brat.RelationAnnotation
opennlp.tools.formats.brat.SegmenterObjectStream
opennlp.tools.formats.brat.SpanAnnotation
opennlp.tools.formats.conllu.ConlluLemmaSampleStream
opennlp.tools.formats.conllu.ConlluLemmaSampleStreamFactory
opennlp.tools.formats.conllu.ConlluLemmaSampleStreamFactory.Parameters
opennlp.tools.formats.conllu.ConlluPOSSampleStream
opennlp.tools.formats.conllu.ConlluPOSSampleStreamFactory
opennlp.tools.formats.conllu.ConlluPOSSampleStreamFactory.Parameters
opennlp.tools.formats.conllu.ConlluSentence
opennlp.tools.formats.conllu.ConlluSentenceSampleStream
opennlp.tools.formats.conllu.ConlluSentenceSampleStreamFactory
opennlp.tools.formats.conllu.ConlluSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.conllu.ConlluStream
opennlp.tools.formats.conllu.ConlluTokenSampleStream
opennlp.tools.formats.conllu.ConlluTokenSampleStreamFactory
opennlp.tools.formats.conllu.ConlluTokenSampleStreamFactory.Parameters
opennlp.tools.formats.conllu.ConlluWordLine
opennlp.tools.formats.convert.AbstractToSentenceSampleStream
opennlp.tools.formats.convert.FileToByteArraySampleStream
opennlp.tools.formats.convert.FileToStringSampleStream
opennlp.tools.formats.convert.NameToSentenceSampleStream
opennlp.tools.formats.convert.NameToSentenceSampleStreamFactory
opennlp.tools.formats.convert.NameToTokenSampleStream
opennlp.tools.formats.convert.NameToTokenSampleStreamFactory
opennlp.tools.formats.convert.NameToTokenSampleStreamFactory.Parameters
opennlp.tools.formats.convert.POSToSentenceSampleStream
opennlp.tools.formats.convert.POSToSentenceSampleStreamFactory
opennlp.tools.formats.convert.POSToSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.convert.POSToTokenSampleStream
opennlp.tools.formats.convert.POSToTokenSampleStreamFactory
opennlp.tools.formats.convert.POSToTokenSampleStreamFactory.Parameters
opennlp.tools.formats.convert.ParseToPOSSampleStream
opennlp.tools.formats.convert.ParseToPOSSampleStreamFactory
opennlp.tools.formats.convert.ParseToPOSSampleStreamFactory.Parameters
opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory
opennlp.tools.formats.convert.ParseToSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.convert.ParseToTokenSampleStreamFactory
opennlp.tools.formats.convert.ParseToTokenSampleStreamFactory.Parameters
opennlp.tools.formats.frenchtreebank.ConstitParseSampleStream
opennlp.tools.formats.frenchtreebank.ConstitParseSampleStreamFactory
opennlp.tools.formats.irishsentencebank.IrishSentenceBankDocument
opennlp.tools.formats.irishsentencebank.IrishSentenceBankDocument.IrishSentenceBankFlex
opennlp.tools.formats.irishsentencebank.IrishSentenceBankDocument.IrishSentenceBankSentence
opennlp.tools.formats.irishsentencebank.IrishSentenceBankSentenceStreamFactory
opennlp.tools.formats.irishsentencebank.IrishSentenceBankSentenceStreamFactory.Parameters
opennlp.tools.formats.irishsentencebank.IrishSentenceBankTokenSampleStreamFactory
opennlp.tools.formats.irishsentencebank.IrishSentenceBankTokenSampleStreamFactory.Parameters
opennlp.tools.formats.leipzig.LeipzigLanguageSampleStream
opennlp.tools.formats.leipzig.LeipzigLanguageSampleStreamFactory
opennlp.tools.formats.leipzig.LeipzigLanguageSampleStreamFactory.Parameters
opennlp.tools.formats.letsmt.DetokenizeSentenceSampleStream
opennlp.tools.formats.letsmt.LetsmtDocument
opennlp.tools.formats.letsmt.LetsmtDocument.LetsmtDocumentHandler
opennlp.tools.formats.letsmt.LetsmtDocument.LetsmtSentence
opennlp.tools.formats.letsmt.LetsmtSentenceStreamFactory
opennlp.tools.formats.letsmt.LetsmtSentenceStreamFactory.Parameters
opennlp.tools.formats.masc.Masc
opennlp.tools.formats.masc.MascDocument
opennlp.tools.formats.masc.MascDocumentStream
opennlp.tools.formats.masc.MascNamedEntityParser
opennlp.tools.formats.masc.MascNamedEntitySampleStream
opennlp.tools.formats.masc.MascNamedEntitySampleStreamFactory
opennlp.tools.formats.masc.MascNamedEntitySampleStreamFactory.Parameters
opennlp.tools.formats.masc.MascPOSSampleStream
opennlp.tools.formats.masc.MascPOSSampleStreamFactory
opennlp.tools.formats.masc.MascPOSSampleStreamFactory.Parameters
opennlp.tools.formats.masc.MascPennTagParser
opennlp.tools.formats.masc.MascSentence
opennlp.tools.formats.masc.MascSentenceSampleStream
opennlp.tools.formats.masc.MascSentenceSampleStreamFactory
opennlp.tools.formats.masc.MascSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.masc.MascToken
opennlp.tools.formats.masc.MascTokenSampleStream
opennlp.tools.formats.masc.MascTokenSampleStreamFactory
opennlp.tools.formats.masc.MascTokenSampleStreamFactory.Parameters
opennlp.tools.formats.masc.MascWord
opennlp.tools.formats.masc.documents
opennlp.tools.formats.moses.MosesSentenceSampleStream
opennlp.tools.formats.moses.MosesSentenceSampleStreamFactory
opennlp.tools.formats.moses.MosesSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.muc.Muc6NameSampleStreamFactory
opennlp.tools.formats.muc.Muc6NameSampleStreamFactory.Parameters
opennlp.tools.formats.muc.MucNameContentHandler
opennlp.tools.formats.muc.MucNameSampleStream
opennlp.tools.formats.muc.SgmlParser
opennlp.tools.formats.muc.SgmlParser.ContentHandler
opennlp.tools.formats.nkjp.NKJPSegmentationDocument
opennlp.tools.formats.nkjp.NKJPSegmentationDocument.Pointer
opennlp.tools.formats.nkjp.NKJPSentenceSampleStream
opennlp.tools.formats.nkjp.NKJPSentenceSampleStreamFactory
opennlp.tools.formats.nkjp.NKJPSentenceSampleStreamFactory.Parameters
opennlp.tools.formats.nkjp.NKJPTextDocument
opennlp.tools.formats.ontonotes.DocumentToLineStream
opennlp.tools.formats.ontonotes.OntoNotesFormatParameters
opennlp.tools.formats.ontonotes.OntoNotesNameSampleStream
opennlp.tools.formats.ontonotes.OntoNotesNameSampleStreamFactory
opennlp.tools.formats.ontonotes.OntoNotesPOSSampleStreamFactory
opennlp.tools.formats.ontonotes.OntoNotesParseSampleStream
opennlp.tools.formats.ontonotes.OntoNotesParseSampleStreamFactory
opennlp.tools.langdetect.DefaultLanguageDetectorContextGenerator
opennlp.tools.langdetect.Language
opennlp.tools.langdetect.LanguageDetector
opennlp.tools.langdetect.LanguageDetectorConfig
opennlp.tools.langdetect.LanguageDetectorContextGenerator
opennlp.tools.langdetect.LanguageDetectorCrossValidator
opennlp.tools.langdetect.LanguageDetectorEvaluationMonitor
opennlp.tools.langdetect.LanguageDetectorEvaluator
opennlp.tools.langdetect.LanguageDetectorEventStream
opennlp.tools.langdetect.LanguageDetectorFactory
opennlp.tools.langdetect.LanguageDetectorME
opennlp.tools.langdetect.LanguageDetectorModel
opennlp.tools.langdetect.LanguageDetectorSampleStream
opennlp.tools.langdetect.LanguageSample
opennlp.tools.langdetect.ProbingLanguageDetectionResult
opennlp.tools.langdetect.ThreadSafeLanguageDetectorME
opennlp.tools.langdetect.lang detector sample streams
opennlp.tools.langdetect.language detector
opennlp.tools.langdetect.language detectors
opennlp.tools.langdetect.samples
opennlp.tools.languagemodel.LanguageModel
opennlp.tools.languagemodel.NGramLanguageModel
opennlp.tools.lemmatizer.DefaultLemmatizerContextGenerator
opennlp.tools.lemmatizer.DefaultLemmatizerSequenceValidator
opennlp.tools.lemmatizer.DictionaryLemmatizer
opennlp.tools.lemmatizer.LemmaSample
opennlp.tools.lemmatizer.LemmaSampleEventStream
opennlp.tools.lemmatizer.LemmaSampleSequenceStream
opennlp.tools.lemmatizer.LemmaSampleStream
opennlp.tools.lemmatizer.Lemmatizer
opennlp.tools.lemmatizer.LemmatizerContextGenerator
opennlp.tools.lemmatizer.LemmatizerEvaluationMonitor
opennlp.tools.lemmatizer.LemmatizerEvaluator
opennlp.tools.lemmatizer.LemmatizerFactory
opennlp.tools.lemmatizer.LemmatizerME
opennlp.tools.lemmatizer.LemmatizerModel
opennlp.tools.lemmatizer.ThreadSafeLemmatizerME
opennlp.tools.lemmatizer.lemmatizers
opennlp.tools.lemmatizer.samples
opennlp.tools.log.LogPrintStream
opennlp.tools.ml.AbstractEventModelSequenceTrainer
opennlp.tools.ml.AbstractEventTrainer
opennlp.tools.ml.AbstractMLModelWriter
opennlp.tools.ml.AbstractTrainer
opennlp.tools.ml.ArrayMath
opennlp.tools.ml.BeamSearch
opennlp.tools.ml.EventModelSequenceTrainer
opennlp.tools.ml.EventTrainer
opennlp.tools.ml.Probabilistic
opennlp.tools.ml.SequenceTrainer
opennlp.tools.ml.TrainerFactory
opennlp.tools.ml.maxent.BasicContextGenerator
opennlp.tools.ml.maxent.ContextGenerator
opennlp.tools.ml.maxent.DataStream
opennlp.tools.ml.maxent.GIS models
opennlp.tools.ml.maxent.GISModel
opennlp.tools.ml.maxent.GISTrainer
opennlp.tools.ml.maxent.RealBasicEventStream
opennlp.tools.ml.maxent.io.BinaryGISModelReader
opennlp.tools.ml.maxent.io.BinaryGISModelWriter
opennlp.tools.ml.maxent.io.BinaryQNModelReader
opennlp.tools.ml.maxent.io.BinaryQNModelWriter
opennlp.tools.ml.maxent.io.GISModelReader
opennlp.tools.ml.maxent.io.GISModelWriter
opennlp.tools.ml.maxent.io.QNModelReader
opennlp.tools.ml.maxent.io.QNModelWriter
opennlp.tools.ml.maxent.quasinewton.Function
opennlp.tools.ml.maxent.quasinewton.LineSearch
opennlp.tools.ml.maxent.quasinewton.LineSearch.LineSearchResult
opennlp.tools.ml.maxent.quasinewton.NegLogLikelihood
opennlp.tools.ml.maxent.quasinewton.ParallelNegLogLikelihood
opennlp.tools.ml.maxent.quasinewton.QN models
opennlp.tools.ml.maxent.quasinewton.QNMinimizer
opennlp.tools.ml.maxent.quasinewton.QNMinimizer.Evaluator
opennlp.tools.ml.maxent.quasinewton.QNMinimizer.L2RegFunction
opennlp.tools.ml.maxent.quasinewton.QNModel
opennlp.tools.ml.maxent.quasinewton.QNTrainer
opennlp.tools.ml.maxent.quasinewton.models
opennlp.tools.ml.maxent.quasinewton.negative log-likelihood
opennlp.tools.ml.model.AbstractDataIndexer
opennlp.tools.ml.model.AbstractModel
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.model.AbstractModelWriter
opennlp.tools.ml.model.BinaryFileDataReader
opennlp.tools.ml.model.ChecksumEventStream
opennlp.tools.ml.model.ComparableEvent
opennlp.tools.ml.model.ComparablePredicate
opennlp.tools.ml.model.Context
opennlp.tools.ml.model.DataIndexer
opennlp.tools.ml.model.DataIndexerFactory
opennlp.tools.ml.model.DataReader
opennlp.tools.ml.model.DynamicEvalParameters
opennlp.tools.ml.model.EvalParameters
opennlp.tools.ml.model.Event
opennlp.tools.ml.model.FileEventStream
opennlp.tools.ml.model.GenericModelReader
opennlp.tools.ml.model.GenericModelWriter
opennlp.tools.ml.model.MaxentModel
opennlp.tools.ml.model.ModelParameterChunker
opennlp.tools.ml.model.MutableContext
opennlp.tools.ml.model.ObjectDataReader
opennlp.tools.ml.model.OnePassDataIndexer
opennlp.tools.ml.model.OnePassRealValueDataIndexer
opennlp.tools.ml.model.PlainTextFileDataReader
opennlp.tools.ml.model.Prior
opennlp.tools.ml.model.RealValueFileEventStream
opennlp.tools.ml.model.Sequence
opennlp.tools.ml.model.SequenceClassificationModel
opennlp.tools.ml.model.SequenceStream
opennlp.tools.ml.model.SequenceStreamEventStream
opennlp.tools.ml.model.TwoPassDataIndexer
opennlp.tools.ml.model.UniformPrior
opennlp.tools.ml.model.events
opennlp.tools.ml.model.maximum entropy model
opennlp.tools.ml.model.model
opennlp.tools.ml.model.models
opennlp.tools.ml.model.parameters
opennlp.tools.ml.model.sequences
opennlp.tools.ml.naivebayes.BinaryNaiveBayesModelReader
opennlp.tools.ml.naivebayes.BinaryNaiveBayesModelWriter
opennlp.tools.ml.naivebayes.LogProbabilities
opennlp.tools.ml.naivebayes.LogProbability
opennlp.tools.ml.naivebayes.NaiveBayesEvalParameters
opennlp.tools.ml.naivebayes.NaiveBayesModel
opennlp.tools.ml.naivebayes.NaiveBayesModelReader
opennlp.tools.ml.naivebayes.NaiveBayesModelWriter
opennlp.tools.ml.naivebayes.NaiveBayesTrainer
opennlp.tools.ml.naivebayes.PlainTextNaiveBayesModelReader
opennlp.tools.ml.naivebayes.PlainTextNaiveBayesModelWriter
opennlp.tools.ml.naivebayes.Probabilities
opennlp.tools.ml.naivebayes.Probability
opennlp.tools.ml.naivebayes.models
opennlp.tools.ml.perceptron.BinaryPerceptronModelReader
opennlp.tools.ml.perceptron.BinaryPerceptronModelWriter
opennlp.tools.ml.perceptron.PerceptronModel
opennlp.tools.ml.perceptron.PerceptronModelReader
opennlp.tools.ml.perceptron.PerceptronModelWriter
opennlp.tools.ml.perceptron.PerceptronTrainer
opennlp.tools.ml.perceptron.SimplePerceptronSequenceTrainer
opennlp.tools.ml.perceptron.models
opennlp.tools.monitoring.DefaultTrainingProgressMonitor
opennlp.tools.monitoring.IterDeltaAccuracyUnderTolerance
opennlp.tools.monitoring.LogLikelihoodThresholdBreached
opennlp.tools.monitoring.StopCriteria
opennlp.tools.monitoring.TrainingProgressMonitor
opennlp.tools.namefind.BilouCodec
opennlp.tools.namefind.BilouNameFinderSequenceValidator
opennlp.tools.namefind.BioCodec
opennlp.tools.namefind.DefaultNameContextGenerator
opennlp.tools.namefind.DictionaryNameFinder
opennlp.tools.namefind.DocumentNameFinder
opennlp.tools.namefind.NameContextGenerator
opennlp.tools.namefind.NameFinderEventStream
opennlp.tools.namefind.NameFinderME
opennlp.tools.namefind.NameFinderSequenceValidator
opennlp.tools.namefind.NameSample
opennlp.tools.namefind.NameSampleDataStream
opennlp.tools.namefind.NameSampleSequenceStream
opennlp.tools.namefind.NameSampleTypeFilter
opennlp.tools.namefind.RegexNameFinder
opennlp.tools.namefind.RegexNameFinderFactory
opennlp.tools.namefind.RegexNameFinderFactory.RegexAble
opennlp.tools.namefind.ThreadSafeNameFinderME
opennlp.tools.namefind.TokenNameFinder
opennlp.tools.namefind.TokenNameFinderCrossValidator
opennlp.tools.namefind.TokenNameFinderEvaluationMonitor
opennlp.tools.namefind.TokenNameFinderEvaluator
opennlp.tools.namefind.TokenNameFinderFactory
opennlp.tools.namefind.TokenNameFinderModel
opennlp.tools.namefind.TokenNameFinderModel.FeatureGeneratorCreationError
opennlp.tools.namefind.name finder
opennlp.tools.namefind.name finders
opennlp.tools.namefind.name samples
opennlp.tools.namefind.samples
opennlp.tools.ngram.NGramCharModel
opennlp.tools.ngram.NGramGenerator
opennlp.tools.ngram.NGramModel
opennlp.tools.ngram.NGramUtils
opennlp.tools.parser.AbstractBottomUpParser
opennlp.tools.parser.AbstractContextGenerator
opennlp.tools.parser.AbstractParserEventStream
opennlp.tools.parser.ChunkContextGenerator
opennlp.tools.parser.ChunkSampleStream
opennlp.tools.parser.Cons
opennlp.tools.parser.Constituent
opennlp.tools.parser.GapLabeler
opennlp.tools.parser.HeadRules
opennlp.tools.parser.Parse
opennlp.tools.parser.ParseSampleStream
opennlp.tools.parser.Parser
opennlp.tools.parser.ParserChunkerFactory
opennlp.tools.parser.ParserChunkerSequenceValidator
opennlp.tools.parser.ParserCrossValidator
opennlp.tools.parser.ParserEvaluationMonitor
opennlp.tools.parser.ParserEvaluator
opennlp.tools.parser.ParserFactory
opennlp.tools.parser.ParserModel
opennlp.tools.parser.PosSampleStream
opennlp.tools.parser.chunking.BuildContextGenerator
opennlp.tools.parser.chunking.CheckContextGenerator
opennlp.tools.parser.chunking.Parser
opennlp.tools.parser.chunking.ParserEventStream
opennlp.tools.parser.chunking.shift-reduce parser
opennlp.tools.parser.lang.en.HeadRules
opennlp.tools.parser.lang.en.HeadRules.HeadRulesSerializer
opennlp.tools.parser.lang.es.AncoraSpanishHeadRules
opennlp.tools.parser.lang.es.AncoraSpanishHeadRules.HeadRulesSerializer
opennlp.tools.parser.parsers
opennlp.tools.parser.parses
opennlp.tools.parser.treeinsert.AttachContextGenerator
opennlp.tools.parser.treeinsert.BuildContextGenerator
opennlp.tools.parser.treeinsert.CheckContextGenerator
opennlp.tools.parser.treeinsert.Parser
opennlp.tools.parser.treeinsert.ParserEventStream
opennlp.tools.parser.treeinsert.built-attach parser
opennlp.tools.postag.ConfigurablePOSContextGenerator
opennlp.tools.postag.DefaultPOSContextGenerator
opennlp.tools.postag.DefaultPOSSequenceValidator
opennlp.tools.postag.MutableTagDictionary
opennlp.tools.postag.POSContextGenerator
opennlp.tools.postag.POSDictionary
opennlp.tools.postag.POSEvaluator
opennlp.tools.postag.POSModel
opennlp.tools.postag.POSSample
opennlp.tools.postag.POSSampleEventStream
opennlp.tools.postag.POSSampleSequenceStream
opennlp.tools.postag.POSTagFormatMapper
opennlp.tools.postag.POSTagFormatMapper.NoOp
opennlp.tools.postag.POSTagger
opennlp.tools.postag.POSTaggerCrossValidator
opennlp.tools.postag.POSTaggerEvaluationMonitor
opennlp.tools.postag.POSTaggerFactory
opennlp.tools.postag.POSTaggerFactory.POSDictionarySerializer
opennlp.tools.postag.POSTaggerME
opennlp.tools.postag.TagDictionary
opennlp.tools.postag.ThreadSafePOSTaggerME
opennlp.tools.postag.WordTagSampleStream
opennlp.tools.postag.context generator
opennlp.tools.postag.models
opennlp.tools.postag.part-of-speech tagger
opennlp.tools.postag.pos taggers
opennlp.tools.postag.samples
opennlp.tools.sentdetect.DefaultEndOfSentenceScanner
opennlp.tools.sentdetect.DefaultSDContextGenerator
opennlp.tools.sentdetect.EmptyLinePreprocessorStream
opennlp.tools.sentdetect.EndOfSentenceScanner
opennlp.tools.sentdetect.NewlineSentenceDetector
opennlp.tools.sentdetect.SDContextGenerator
opennlp.tools.sentdetect.SDCrossValidator
opennlp.tools.sentdetect.SDEventStream
opennlp.tools.sentdetect.SentenceDetector
opennlp.tools.sentdetect.SentenceDetectorEvaluationMonitor
opennlp.tools.sentdetect.SentenceDetectorEvaluator
opennlp.tools.sentdetect.SentenceDetectorFactory
opennlp.tools.sentdetect.SentenceDetectorME
opennlp.tools.sentdetect.SentenceModel
opennlp.tools.sentdetect.SentenceSample
opennlp.tools.sentdetect.SentenceSampleStream
opennlp.tools.sentdetect.ThreadSafeSentenceDetectorME
opennlp.tools.sentdetect.lang.Factory
opennlp.tools.sentdetect.lang.th.SentenceContextGenerator
opennlp.tools.sentdetect.sentence detectors
opennlp.tools.stemmer.PorterStemmer
opennlp.tools.stemmer.Stemmer
opennlp.tools.stemmer.snowball.Among
opennlp.tools.stemmer.snowball.SnowballProgram
opennlp.tools.stemmer.snowball.SnowballStemmer
opennlp.tools.stemmer.snowball.arabicStemmer
opennlp.tools.stemmer.snowball.catalanStemmer
opennlp.tools.stemmer.snowball.danishStemmer
opennlp.tools.stemmer.snowball.dutchStemmer
opennlp.tools.stemmer.snowball.englishStemmer
opennlp.tools.stemmer.snowball.finnishStemmer
opennlp.tools.stemmer.snowball.frenchStemmer
opennlp.tools.stemmer.snowball.germanStemmer
opennlp.tools.stemmer.snowball.greekStemmer
opennlp.tools.stemmer.snowball.hungarianStemmer
opennlp.tools.stemmer.snowball.indonesianStemmer
opennlp.tools.stemmer.snowball.irishStemmer
opennlp.tools.stemmer.snowball.italianStemmer
opennlp.tools.stemmer.snowball.norwegianStemmer
opennlp.tools.stemmer.snowball.porterStemmer
opennlp.tools.stemmer.snowball.portugueseStemmer
opennlp.tools.stemmer.snowball.romanianStemmer
opennlp.tools.stemmer.snowball.russianStemmer
opennlp.tools.stemmer.snowball.spanishStemmer
opennlp.tools.stemmer.snowball.swedishStemmer
opennlp.tools.stemmer.snowball.turkishStemmer
opennlp.tools.tokenize.DefaultTokenContextGenerator
opennlp.tools.tokenize.DetokenizationDictionary
opennlp.tools.tokenize.Detokenizer
opennlp.tools.tokenize.DetokenizerEvaluator
opennlp.tools.tokenize.DictionaryDetokenizer
opennlp.tools.tokenize.SimpleTokenizer
opennlp.tools.tokenize.ThreadSafeTokenizerME
opennlp.tools.tokenize.TokSpanEventStream
opennlp.tools.tokenize.TokenContextGenerator
opennlp.tools.tokenize.TokenSample
opennlp.tools.tokenize.TokenSampleStream
opennlp.tools.tokenize.Tokenizer
opennlp.tools.tokenize.TokenizerCrossValidator
opennlp.tools.tokenize.TokenizerEvaluationMonitor
opennlp.tools.tokenize.TokenizerEvaluator
opennlp.tools.tokenize.TokenizerFactory
opennlp.tools.tokenize.TokenizerME
opennlp.tools.tokenize.TokenizerModel
opennlp.tools.tokenize.TokenizerStream
opennlp.tools.tokenize.WhitespaceTokenStream
opennlp.tools.tokenize.WhitespaceTokenizer
opennlp.tools.tokenize.WordpieceTokenizer
opennlp.tools.tokenize.lang.Factory
opennlp.tools.tokenize.lang.en.TokenSampleStream
opennlp.tools.tokenize.samples
opennlp.tools.tokenize.tokenizers
opennlp.tools.util.AbstractEventStream
opennlp.tools.util.AbstractObjectStream
opennlp.tools.util.BaseToolFactory
opennlp.tools.util.BeamSearchContextGenerator
opennlp.tools.util.Cache
opennlp.tools.util.CollectionObjectStream
opennlp.tools.util.DownloadUtil
opennlp.tools.util.EventTraceStream
opennlp.tools.util.FilterObjectStream
opennlp.tools.util.InputStreamFactory
opennlp.tools.util.InsufficientTrainingDataException
opennlp.tools.util.InvalidFormatException
opennlp.tools.util.MarkableFileInputStreamFactory
opennlp.tools.util.MutableInt
opennlp.tools.util.ObjectStream
opennlp.tools.util.ObjectStreamUtils
opennlp.tools.util.ParagraphStream
opennlp.tools.util.PlainTextByLineStream
opennlp.tools.util.ResetableIterator
opennlp.tools.util.ReverseListIterator
opennlp.tools.util.Sequence
opennlp.tools.util.SequenceCodec
opennlp.tools.util.SequenceValidator
opennlp.tools.util.Span
opennlp.tools.util.StringList
opennlp.tools.util.StringUtil
opennlp.tools.util.TokenTag
opennlp.tools.util.TrainingConfiguration
opennlp.tools.util.TrainingParameters
opennlp.tools.util.Version
opennlp.tools.util.XmlUtil
opennlp.tools.util.eval.CrossValidationPartitioner
opennlp.tools.util.eval.CrossValidationPartitioner.TrainingSampleStream
opennlp.tools.util.eval.EvaluationMonitor
opennlp.tools.util.eval.Evaluator
opennlp.tools.util.eval.FMeasure
opennlp.tools.util.eval.Mean
opennlp.tools.util.eval.evaluators
opennlp.tools.util.event stream
opennlp.tools.util.ext.ExtensionLoader
opennlp.tools.util.ext.ExtensionNotLoadedException
opennlp.tools.util.ext.ExtensionServiceKeys
opennlp.tools.util.featuregen.AdaptiveFeatureGenerator
opennlp.tools.util.featuregen.AdditionalContextFeatureGenerator
opennlp.tools.util.featuregen.AggregatedFeatureGenerator
opennlp.tools.util.featuregen.AggregatedFeatureGeneratorFactory
opennlp.tools.util.featuregen.BigramNameFeatureGenerator
opennlp.tools.util.featuregen.BigramNameFeatureGeneratorFactory
opennlp.tools.util.featuregen.BrownBigramFeatureGenerator
opennlp.tools.util.featuregen.BrownCluster
opennlp.tools.util.featuregen.BrownCluster.BrownClusterSerializer
opennlp.tools.util.featuregen.BrownClusterBigramFeatureGeneratorFactory
opennlp.tools.util.featuregen.BrownClusterTokenClassFeatureGeneratorFactory
opennlp.tools.util.featuregen.BrownClusterTokenFeatureGeneratorFactory
opennlp.tools.util.featuregen.BrownTokenClassFeatureGenerator
opennlp.tools.util.featuregen.BrownTokenClasses
opennlp.tools.util.featuregen.BrownTokenFeatureGenerator
opennlp.tools.util.featuregen.CachedFeatureGenerator
opennlp.tools.util.featuregen.CachedFeatureGeneratorFactory
opennlp.tools.util.featuregen.CharacterNgramFeatureGenerator
opennlp.tools.util.featuregen.CharacterNgramFeatureGeneratorFactory
opennlp.tools.util.featuregen.DefinitionFeatureGeneratorFactory
opennlp.tools.util.featuregen.DictionaryFeatureGenerator
opennlp.tools.util.featuregen.DictionaryFeatureGeneratorFactory
opennlp.tools.util.featuregen.DocumentBeginFeatureGenerator
opennlp.tools.util.featuregen.DocumentBeginFeatureGeneratorFactory
opennlp.tools.util.featuregen.FeatureGeneratorResourceProvider
opennlp.tools.util.featuregen.FeatureGeneratorUtil
opennlp.tools.util.featuregen.GeneratorFactory
opennlp.tools.util.featuregen.GeneratorFactory.AbstractXmlFeatureGeneratorFactory
opennlp.tools.util.featuregen.InSpanGenerator
opennlp.tools.util.featuregen.OutcomePriorFeatureGenerator
opennlp.tools.util.featuregen.POSTaggerNameFeatureGenerator
opennlp.tools.util.featuregen.POSTaggerNameFeatureGeneratorFactory
opennlp.tools.util.featuregen.PosTaggerFeatureGenerator
opennlp.tools.util.featuregen.PosTaggerFeatureGeneratorFactory
opennlp.tools.util.featuregen.PrefixFeatureGenerator
opennlp.tools.util.featuregen.PrefixFeatureGeneratorFactory
opennlp.tools.util.featuregen.PreviousMapFeatureGenerator
opennlp.tools.util.featuregen.PreviousMapFeatureGeneratorFactory
opennlp.tools.util.featuregen.PreviousTwoMapFeatureGenerator
opennlp.tools.util.featuregen.SentenceFeatureGenerator
opennlp.tools.util.featuregen.SentenceFeatureGeneratorFactory
opennlp.tools.util.featuregen.StringPattern
opennlp.tools.util.featuregen.SuffixFeatureGenerator
opennlp.tools.util.featuregen.SuffixFeatureGeneratorFactory
opennlp.tools.util.featuregen.TokenClassFeatureGenerator
opennlp.tools.util.featuregen.TokenClassFeatureGeneratorFactory
opennlp.tools.util.featuregen.TokenFeatureGenerator
opennlp.tools.util.featuregen.TokenFeatureGeneratorFactory
opennlp.tools.util.featuregen.TokenPatternFeatureGenerator
opennlp.tools.util.featuregen.TokenPatternFeatureGeneratorFactory
opennlp.tools.util.featuregen.TrigramNameFeatureGenerator
opennlp.tools.util.featuregen.TrigramNameFeatureGeneratorFactory
opennlp.tools.util.featuregen.WindowFeatureGenerator
opennlp.tools.util.featuregen.WindowFeatureGeneratorFactory
opennlp.tools.util.featuregen.WordClusterDictionary
opennlp.tools.util.featuregen.WordClusterDictionary.WordClusterDictionarySerializer
opennlp.tools.util.featuregen.WordClusterFeatureGenerator
opennlp.tools.util.featuregen.WordClusterFeatureGeneratorFactory
opennlp.tools.util.featuregen.feature generators
opennlp.tools.util.featuregen.generators
opennlp.tools.util.jvm.StringInterner
opennlp.tools.util.jvm.StringInterners
opennlp.tools.util.model.ArtifactProvider
opennlp.tools.util.model.ArtifactSerializer
opennlp.tools.util.model.BaseModel
opennlp.tools.util.model.ByteArraySerializer
opennlp.tools.util.model.ChunkerModelSerializer
opennlp.tools.util.model.DictionarySerializer
opennlp.tools.util.model.GenericModelSerializer
opennlp.tools.util.model.ModelUtil
opennlp.tools.util.model.POSModelSerializer
opennlp.tools.util.model.SerializableArtifact
opennlp.tools.util.model.UncloseableInputStream
opennlp.tools.util.normalizer.AggregateCharSequenceNormalizer
opennlp.tools.util.normalizer.CharSequenceNormalizer
opennlp.tools.util.normalizer.EmojiCharSequenceNormalizer
opennlp.tools.util.normalizer.NumberCharSequenceNormalizer
opennlp.tools.util.normalizer.ShrinkCharSequenceNormalizer
opennlp.tools.util.normalizer.TwitterCharSequenceNormalizer
opennlp.tools.util.normalizer.UrlCharSequenceNormalizer
opennlp.tools.util.objects
opennlp.tools.util.sample stream
opennlp.tools.util.sequence of tokens
opennlp.tools.util.stream
opennlp.tools.util.stream filter
opennlp.tools.util.streams
opennlp.tools.util.string lists
opennlp.tools.util.training samples
opennlp.tools.util.wordvector.Glove
opennlp.tools.util.wordvector.WordVector
opennlp.tools.util.wordvector.WordVectorTable