Uses of Interface
banner.tagging.Tagger
-
Packages that use Tagger Package Description banner.eval banner.tagging banner.tagging.dictionary banner.tagging.pipe -
-
Uses of Tagger in banner.eval
Methods in banner.eval with parameters of type Tagger Modifier and Type Method Description static SentenceBANNER. process(Tagger tagger, Tokenizer tokenizer, PostProcessor postProcessor, Sentence sentence)static BANNER.PerformanceBANNER. test(Dataset dataset, Tagger tagger, org.apache.commons.configuration.HierarchicalConfiguration config)static BANNER.PerformanceBANNER. test(Dataset dataset, Tagger tagger, org.apache.commons.configuration.HierarchicalConfiguration config, String filenameSuffix) -
Uses of Tagger in banner.tagging
Classes in banner.tagging that implement Tagger Modifier and Type Class Description classCRFTaggerclassNBestCRFTaggerMethods in banner.tagging with parameters of type Tagger Modifier and Type Method Description static CRFTaggerCRFTagger. load(InputStream f, dragon.nlp.tool.Lemmatiser lemmatiser, dragon.nlp.tool.Tagger posTagger, Tagger preTagger)Loads aCRFTaggerfrom the specified file.static NBestCRFTaggerNBestCRFTagger. load(File f, dragon.nlp.tool.Lemmatiser lemmatiser, dragon.nlp.tool.Tagger posTagger, Tagger preTagger, int n, boolean useMaxConfidence)voidFeatureSet. setPreTagger(Tagger preTagger)Constructors in banner.tagging with parameters of type Tagger Constructor Description FeatureSet(TagFormat format, dragon.nlp.tool.Lemmatiser lemmatiser, dragon.nlp.tool.Tagger posTagger, Tagger preTagger, String simFindFilename, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType) -
Uses of Tagger in banner.tagging.dictionary
Classes in banner.tagging.dictionary that implement Tagger Modifier and Type Class Description classDictionaryTaggerThis class represents a very simple dictionary-based tagger.classUMLSMetathesaurusDictionaryTagger -
Uses of Tagger in banner.tagging.pipe
Methods in banner.tagging.pipe with parameters of type Tagger Modifier and Type Method Description voidPretagger. setPreTagger(Tagger preTagger)Constructors in banner.tagging.pipe with parameters of type Tagger Constructor Description Pretagger(String prefix, Tagger preTagger)
-