Verwendungen von Klasse
opennlp.tools.util.InvalidFormatException
Packages, die InvalidFormatException verwenden
Package
Beschreibung
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package for classifying a document into a category.
Experimental package related to the
MUC corpus format.Package related to predicting languages from samples of text.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
Package containing utility data structures and algorithms used by multiple other packages.
This package contains classes for generating sequence features.
-
Verwendungen von InvalidFormatException in opennlp.tools.chunker
Methoden in opennlp.tools.chunker, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic ChunkerFactoryInstantiates aChunkerFactoryvia a givensubclassName.voidChunkerFactory.validateArtifactMap()protected voidChunkerModel.validateArtifactMap() -
Verwendungen von InvalidFormatException in opennlp.tools.cmdline.parser
Methoden in opennlp.tools.cmdline.parser, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungprotected ParserModelParserModelLoader.loadModel(InputStream modelIn) -
Verwendungen von InvalidFormatException in opennlp.tools.dictionary.serializer
Methoden in opennlp.tools.dictionary.serializer, die InvalidFormatException auslösen -
Verwendungen von InvalidFormatException in opennlp.tools.doccat
Methoden in opennlp.tools.doccat, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic DoccatFactoryDoccatFactory.create(String subclassName, FeatureGenerator[] featureGenerators) Factory method the framework uses create a newDoccatFactory.voidDoccatFactory.validateArtifactMap()protected voidDoccatModel.validateArtifactMap()Konstruktoren in opennlp.tools.doccat, die InvalidFormatException auslösenModifiziererKonstruktorBeschreibungInstantiates anNGramFeatureGeneratorinstance with a Bi grams config.NGramFeatureGenerator(int minGram, int maxGram) Instantiates anNGramFeatureGeneratorinstance with configurable ngram parameters. -
Verwendungen von InvalidFormatException in opennlp.tools.formats.muc
Methoden in opennlp.tools.formats.muc, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungvoidSgmlParser.ContentHandler.characters(CharSequence chars) voidSgmlParser.ContentHandler.endElement(String name) voidMucNameContentHandler.startElement(String name, Map<String, String> attributes) voidSgmlParser.ContentHandler.startElement(String name, Map<String, String> attributes) -
Verwendungen von InvalidFormatException in opennlp.tools.langdetect
Methoden in opennlp.tools.langdetect, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic LanguageDetectorFactoryInstantiates aLanguageDetectorFactoryvia a givensubclassName.voidLanguageDetectorFactory.validateArtifactMap()protected voidLanguageDetectorModel.validateArtifactMap() -
Verwendungen von InvalidFormatException in opennlp.tools.lemmatizer
Methoden in opennlp.tools.lemmatizer, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic LemmatizerFactoryInstantiates aLemmatizerFactoryvia a givensubclassName.voidLemmatizerFactory.validateArtifactMap()protected voidLemmatizerModel.validateArtifactMap() -
Verwendungen von InvalidFormatException in opennlp.tools.namefind
Methoden in opennlp.tools.namefind, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic TokenNameFinderFactoryTokenNameFinderFactory.create(String subclassName, byte[] featureGeneratorBytes, Map<String, Object> resources, SequenceCodec<String> seqCodec) Initializes aTokenNameFinderFactoryinstance via given parameters.static SequenceCodec<String> TokenNameFinderFactory.instantiateSequenceCodec(String sequenceCodecImplName) Initializes aSequenceCodecinstance via given parameters.voidTokenNameFinderFactory.validateArtifactMap()protected voidTokenNameFinderModel.validateArtifactMap() -
Verwendungen von InvalidFormatException in opennlp.tools.parser
Methoden in opennlp.tools.parser, die InvalidFormatException auslösen -
Verwendungen von InvalidFormatException in opennlp.tools.postag
Methoden in opennlp.tools.postag, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic POSTaggerFactoryPOSTaggerFactory.create(String subclassName, byte[] featureGeneratorBytes, Map<String, Object> resources, TagDictionary posDictionary) Instantiates aPOSTaggerFactoryvia a givensubclassName.static POSSampleParses asentenceString.protected voidPOSModel.validateArtifactMap()voidPOSTaggerFactory.validateArtifactMap()protected voidPOSTaggerFactory.validatePOSDictionary(POSDictionary posDict, AbstractModel posModel) -
Verwendungen von InvalidFormatException in opennlp.tools.sentdetect
Methoden in opennlp.tools.sentdetect, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic SentenceDetectorFactorySentenceDetectorFactory.create(String subclassName, String languageCode, boolean useTokenEnd, Dictionary abbrDictionary, char[] eosChars) Instantiates aSentenceDetectorFactoryvia a givensubclassName.voidSentenceDetectorFactory.validateArtifactMap()protected voidSentenceModel.validateArtifactMap() -
Verwendungen von InvalidFormatException in opennlp.tools.tokenize
Methoden in opennlp.tools.tokenize, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic TokenizerFactoryTokenizerFactory.create(String subclassName, String languageCode, Dictionary abbreviationDictionary, boolean useAlphaNumericOptimization, Pattern alphaNumericPattern) Factory method the framework uses instantiate a newTokenizerFactory.voidTokenizerFactory.validateArtifactMap()protected voidTokenizerModel.validateArtifactMap() -
Verwendungen von InvalidFormatException in opennlp.tools.util
Methoden in opennlp.tools.util, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungstatic BaseToolFactoryBaseToolFactory.create(Class<? extends BaseToolFactory> factoryClass, ArtifactProvider artifactProvider) Instantiates aBaseToolFactoryvia a givensubclassName.static BaseToolFactoryBaseToolFactory.create(String subclassName, ArtifactProvider artifactProvider) Instantiates aBaseToolFactoryvia a givensubclassName.abstract voidBaseToolFactory.validateArtifactMap()Validates the parsed artifacts. -
Verwendungen von InvalidFormatException in opennlp.tools.util.featuregen
Methoden in opennlp.tools.util.featuregen, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungAggregatedFeatureGeneratorFactory.create()BigramNameFeatureGeneratorFactory.create()BrownClusterBigramFeatureGeneratorFactory.create()BrownClusterTokenClassFeatureGeneratorFactory.create()BrownClusterTokenFeatureGeneratorFactory.create()CachedFeatureGeneratorFactory.create()CharacterNgramFeatureGeneratorFactory.create()DefinitionFeatureGeneratorFactory.create()DictionaryFeatureGeneratorFactory.create()DocumentBeginFeatureGeneratorFactory.create()abstract AdaptiveFeatureGeneratorGeneratorFactory.AbstractXmlFeatureGeneratorFactory.create()PosTaggerFeatureGeneratorFactory.create()POSTaggerNameFeatureGeneratorFactory.create()PrefixFeatureGeneratorFactory.create()PreviousMapFeatureGeneratorFactory.create()SentenceFeatureGeneratorFactory.create()SuffixFeatureGeneratorFactory.create()TokenClassFeatureGeneratorFactory.create()TokenFeatureGeneratorFactory.create()TokenPatternFeatureGeneratorFactory.create()TrigramNameFeatureGeneratorFactory.create()WindowFeatureGeneratorFactory.create()WordClusterFeatureGeneratorFactory.create()BrownClusterBigramFeatureGeneratorFactory.getArtifactSerializerMapping()BrownClusterTokenClassFeatureGeneratorFactory.getArtifactSerializerMapping()BrownClusterTokenFeatureGeneratorFactory.getArtifactSerializerMapping()DictionaryFeatureGeneratorFactory.getArtifactSerializerMapping()GeneratorFactory.AbstractXmlFeatureGeneratorFactory.getArtifactSerializerMapping()POSTaggerNameFeatureGeneratorFactory.getArtifactSerializerMapping()WordClusterFeatureGeneratorFactory.getArtifactSerializerMapping()booleanbooleandoubledoublefloatfloatintintlonglong -
Verwendungen von InvalidFormatException in opennlp.tools.util.model
Methoden in opennlp.tools.util.model, die InvalidFormatException auslösenModifizierer und TypMethodeBeschreibungprotected voidBaseModel.validateArtifactMap()Validates the parsed artifacts.