Verwendungen von Klasse
opennlp.tools.dictionary.Dictionary
Packages, die Dictionary verwenden
Package
Beschreibung
Package related to parsing and storing dictionaries.
Package related to finding proper names and numeric amounts.
Package related to computing and storing n-gram frequencies.
Package containing common code for performing full syntactic parsing.
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
Package containing experimental code for performing full syntactic
parsing using attachment decisions.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
This package contains classes for generating sequence features.
-
Verwendungen von Dictionary in opennlp.tools.cmdline.namefind
Methoden in opennlp.tools.cmdline.namefind, die Dictionary zurückgebenModifizierer und TypMethodeBeschreibungstatic Dictionary
CensusDictionaryCreatorTool.createDictionary
(ObjectStream<StringList> sampleStream) Creates a dictionary. -
Verwendungen von Dictionary in opennlp.tools.dictionary
Methoden in opennlp.tools.dictionary, die Dictionary zurückgebenModifizierer und TypMethodeBeschreibungstatic Dictionary
Dictionary.parseOneEntryPerLine
(Reader in) Reads aDictionary
which has one entry per line. -
Verwendungen von Dictionary in opennlp.tools.namefind
Konstruktoren in opennlp.tools.namefind mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungDictionaryNameFinder
(Dictionary dictionary) Initializes aDictionaryNameFinder
with the providedDictionary
andDictionaryNameFinder.DEFAULT_TYPE
.DictionaryNameFinder
(Dictionary dictionary, String type) -
Verwendungen von Dictionary in opennlp.tools.ngram
Methoden in opennlp.tools.ngram, die Dictionary zurückgebenModifizierer und TypMethodeBeschreibungNGramModel.toDictionary()
Creates a dictionary which contain allStringList
which are in the currentNGramModel
.NGramModel.toDictionary
(boolean caseSensitive) Creates a dictionary which contains allStringList
s which are in the currentNGramModel
. -
Verwendungen von Dictionary in opennlp.tools.parser
Felder in opennlp.tools.parser, die deklariert sind als DictionaryMethoden in opennlp.tools.parser, die Dictionary zurückgebenModifizierer und TypMethodeBeschreibungstatic Dictionary
AbstractBottomUpParser.buildDictionary
(ObjectStream<Parse> data, HeadRules rules, int cutoff) Creates a n-gramDictionary
from the specified data stream usingHeadRules
and specified cut-off.static Dictionary
AbstractBottomUpParser.buildDictionary
(ObjectStream<Parse> data, HeadRules rules, TrainingParameters params) Creates a n-gramDictionary
from the specified data stream using the specified head rule and specified cut-off.Konstruktoren in opennlp.tools.parser mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungAbstractParserEventStream
(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict) -
Verwendungen von Dictionary in opennlp.tools.parser.chunking
Konstruktoren in opennlp.tools.parser.chunking mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungInstantiates aBuildContextGenerator
for making decisions about combining constituents using aDictionary
.ParserEventStream
(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict) -
Verwendungen von Dictionary in opennlp.tools.parser.treeinsert
Konstruktoren in opennlp.tools.parser.treeinsert mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungParserEventStream
(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict) -
Verwendungen von Dictionary in opennlp.tools.postag
Felder in opennlp.tools.postag, die deklariert sind als DictionaryMethoden in opennlp.tools.postag, die Dictionary zurückgebenModifizierer und TypMethodeBeschreibungstatic Dictionary
POSTaggerME.buildNGramDictionary
(ObjectStream<POSSample> samples, int cutoff) Constructs anGram dictionary
from anObjectStream
of samples.Konstruktoren in opennlp.tools.postag mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungDefaultPOSContextGenerator
(int cacheSize, Dictionary dict) Initializes aDefaultPOSContextGenerator
instance.Initializes aDefaultPOSContextGenerator
instance. -
Verwendungen von Dictionary in opennlp.tools.sentdetect
Methoden in opennlp.tools.sentdetect, die Dictionary zurückgebenModifizierer und TypMethodeBeschreibungSentenceDetectorFactory.getAbbreviationDictionary()
SentenceModel.getAbbreviations()
Methoden in opennlp.tools.sentdetect mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungstatic SentenceDetectorFactory
SentenceDetectorFactory.create
(String subclassName, String languageCode, boolean useTokenEnd, Dictionary abbrDictionary, char[] eosChars) Instantiates aSentenceDetectorFactory
via a givensubclassName
.protected void
SentenceDetectorFactory.init
(String languageCode, boolean useTokenEnd, Dictionary abbreviationDictionary, char[] eosCharacters) Konstruktoren in opennlp.tools.sentdetect mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungSentenceDetectorFactory
(String languageCode, boolean useTokenEnd, Dictionary abbreviationDictionary, char[] eosCharacters) Creates aSentenceDetectorFactory
.SentenceDetectorME
(SentenceModel model, Dictionary abbDict) Instantiates aSentenceDetectorME
with an existingSentenceModel
.ThreadSafeSentenceDetectorME
(SentenceModel model, Dictionary abbDict) Instantiates aThreadSafeSentenceDetectorME
with an existingSentenceModel
. -
Verwendungen von Dictionary in opennlp.tools.tokenize
Methoden in opennlp.tools.tokenize, die Dictionary zurückgebenModifizierer und TypMethodeBeschreibungTokenizerFactory.getAbbreviationDictionary()
TokenizerModel.getAbbreviations()
Methoden in opennlp.tools.tokenize mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungstatic TokenizerFactory
TokenizerFactory.create
(String subclassName, String languageCode, Dictionary abbreviationDictionary, boolean useAlphaNumericOptimization, Pattern alphaNumericPattern) Factory method the framework uses instantiate a newTokenizerFactory
.protected void
TokenizerFactory.init
(String languageCode, Dictionary abbreviationDictionary, boolean useAlphaNumericOptimization, Pattern alphaNumericPattern) Konstruktoren in opennlp.tools.tokenize mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungThreadSafeTokenizerME
(TokenizerModel model, Dictionary abbDict) Instantiates aThreadSafeTokenizerME
with an existingTokenizerModel
.TokenizerFactory
(String languageCode, Dictionary abbreviationDictionary, boolean useAlphaNumericOptimization, Pattern alphaNumericPattern) Instantiates aTokenizerFactory
.TokenizerME
(TokenizerModel model, Dictionary abbDict) Instantiates aTokenizerME
with an existingTokenizerModel
. -
Verwendungen von Dictionary in opennlp.tools.util.featuregen
Methoden in opennlp.tools.util.featuregen mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungvoid
DictionaryFeatureGenerator.setDictionary
(String name, Dictionary dict) void
DictionaryFeatureGenerator.setDictionary
(Dictionary dict) Konstruktoren in opennlp.tools.util.featuregen mit Parametern vom Typ Dictionary -
Verwendungen von Dictionary in opennlp.tools.util.model
Methoden in opennlp.tools.util.model, die Dictionary zurückgebenMethoden in opennlp.tools.util.model mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungvoid
DictionarySerializer.serialize
(Dictionary dictionary, OutputStream out)