Verwendungen von Klasse
opennlp.tools.postag.POSModel
Packages, die POSModel verwenden
Package
Beschreibung
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
This package contains classes for generating sequence features.
-
Verwendungen von POSModel in opennlp.tools.cmdline.postag
Methoden in opennlp.tools.cmdline.postag, die POSModel zurückgebenModifizierer und TypMethodeBeschreibungprotected POSModelPOSModelLoader.loadModel(InputStream modelIn) -
Verwendungen von POSModel in opennlp.tools.parser
Methoden in opennlp.tools.parser, die POSModel zurückgebenMethoden in opennlp.tools.parser mit Parametern vom Typ POSModelModifizierer und TypMethodeBeschreibungParserModel.updateTaggerModel(POSModel taggerModel) Instantiates a newParserModelinstance from the existing configuration with the specifiedtaggerModelfor exchange.Konstruktoren in opennlp.tools.parser mit Parametern vom Typ POSModelModifiziererKonstruktorBeschreibungParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType) Initializes aParserModelinstance via given parameters.ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType, Map<String, String> manifestInfoEntries) Initializes aParserModelinstance via given parameters.ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String, String> manifestInfoEntries) Initializes aParserModelinstance via given parameters. -
Verwendungen von POSModel in opennlp.tools.postag
Methoden in opennlp.tools.postag, die POSModel zurückgebenModifizierer und TypMethodeBeschreibungstatic POSModelPOSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, TrainingParameters trainParams, POSTaggerFactory posFactory) Methoden in opennlp.tools.postag mit Parametern vom Typ POSModelModifizierer und TypMethodeBeschreibungstatic POSTagFormatPOSTagFormatMapper.guessFormat(POSModel posModel) Guesses thePOSTagFormatof a givenPOSModelKonstruktoren in opennlp.tools.postag mit Parametern vom Typ POSModelModifiziererKonstruktorBeschreibungPOSTaggerME(POSModel model) Initializes aPOSTaggerMEwith the providedmodel.POSTaggerME(POSModel model, POSTagFormat format) Initializes aPOSTaggerMEwith the providedmodel.ThreadSafePOSTaggerME(POSModel model) Initializes aThreadSafePOSTaggerMEwith the specifiedmodel.ThreadSafePOSTaggerME(POSModel model, POSTagFormat format) Initializes aThreadSafePOSTaggerMEwith the specifiedmodel. -
Verwendungen von POSModel in opennlp.tools.util.featuregen
Konstruktoren in opennlp.tools.util.featuregen mit Parametern vom Typ POSModelModifiziererKonstruktorBeschreibungPOSTaggerNameFeatureGenerator(POSModel aPosModel) Initializes a new instance. -
Verwendungen von POSModel in opennlp.tools.util.model
Methoden in opennlp.tools.util.model, die POSModel zurückgebenMethoden in opennlp.tools.util.model mit Parametern vom Typ POSModelModifizierer und TypMethodeBeschreibungvoidPOSModelSerializer.serialize(POSModel artifact, OutputStream out)