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 DictionaryCensusDictionaryCreatorTool.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 DictionaryDictionary.parseOneEntryPerLine(Reader in) Reads aDictionarywhich 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 aDictionaryNameFinderwith the providedDictionaryandDictionaryNameFinder.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 allStringListwhich are in the currentNGramModel.NGramModel.toDictionary(boolean caseSensitive) Creates a dictionary which contains allStringLists 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 DictionaryAbstractBottomUpParser.buildDictionary(ObjectStream<Parse> data, HeadRules rules, int cutoff) Creates a n-gramDictionaryfrom the specified data stream usingHeadRulesand specified cut-off.static DictionaryAbstractBottomUpParser.buildDictionary(ObjectStream<Parse> data, HeadRules rules, TrainingParameters params) Creates a n-gramDictionaryfrom 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 aBuildContextGeneratorfor 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 DictionaryPOSTaggerME.buildNGramDictionary(ObjectStream<POSSample> samples, int cutoff) Constructs anGram dictionaryfrom anObjectStreamof samples.Konstruktoren in opennlp.tools.postag mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungDefaultPOSContextGenerator(int cacheSize, Dictionary dict) Initializes aDefaultPOSContextGeneratorinstance.Initializes aDefaultPOSContextGeneratorinstance. -
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 SentenceDetectorFactorySentenceDetectorFactory.create(String subclassName, String languageCode, boolean useTokenEnd, Dictionary abbrDictionary, char[] eosChars) Instantiates aSentenceDetectorFactoryvia a givensubclassName.protected voidSentenceDetectorFactory.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 aSentenceDetectorMEwith an existingSentenceModel.ThreadSafeSentenceDetectorME(SentenceModel model, Dictionary abbDict) Instantiates aThreadSafeSentenceDetectorMEwith 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 TokenizerFactoryTokenizerFactory.create(String subclassName, String languageCode, Dictionary abbreviationDictionary, boolean useAlphaNumericOptimization, Pattern alphaNumericPattern) Factory method the framework uses instantiate a newTokenizerFactory.protected voidTokenizerFactory.init(String languageCode, Dictionary abbreviationDictionary, boolean useAlphaNumericOptimization, Pattern alphaNumericPattern) Konstruktoren in opennlp.tools.tokenize mit Parametern vom Typ DictionaryModifiziererKonstruktorBeschreibungThreadSafeTokenizerME(TokenizerModel model, Dictionary abbDict) Instantiates aThreadSafeTokenizerMEwith an existingTokenizerModel.TokenizerFactory(String languageCode, Dictionary abbreviationDictionary, boolean useAlphaNumericOptimization, Pattern alphaNumericPattern) Instantiates aTokenizerFactory.TokenizerME(TokenizerModel model, Dictionary abbDict) Instantiates aTokenizerMEwith an existingTokenizerModel. -
Verwendungen von Dictionary in opennlp.tools.util.featuregen
Methoden in opennlp.tools.util.featuregen mit Parametern vom Typ DictionaryModifizierer und TypMethodeBeschreibungvoidDictionaryFeatureGenerator.setDictionary(String name, Dictionary dict) voidDictionaryFeatureGenerator.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 TypMethodeBeschreibungvoidDictionarySerializer.serialize(Dictionary dictionary, OutputStream out)