Uses of Class
banner.tagging.TagFormat
-
Packages that use TagFormat Package Description banner.eval banner.tagging banner.tagging.pipe banner.types -
-
Uses of TagFormat in banner.eval
Methods in banner.eval with parameters of type TagFormat Modifier and Type Method Description static StringBANNER. getTrainingText(Sentence sentence, TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType) -
Uses of TagFormat in banner.tagging
Methods in banner.tagging that return TagFormat Modifier and Type Method Description static TagFormatTagFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TagFormat[]TagFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in banner.tagging with parameters of type TagFormat Modifier and Type Method Description TagPositionTagPosition. convert(TagFormat format)static StringTagPosition. getPositionText(TagFormat format, Mention mention, int index)static CRFTaggerCRFTagger. train(Set<Sentence> sentences, int order, TagFormat format, FeatureSet featureSet)Constructors in banner.tagging with parameters of type TagFormat 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 TagFormat in banner.tagging.pipe
Constructors in banner.tagging.pipe with parameters of type TagFormat Constructor Description Sentence2TokenSequence(TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType) -
Uses of TagFormat in banner.types
Methods in banner.types with parameters of type TagFormat Modifier and Type Method Description List<String>Sentence. getTokenLabels(TagFormat format, Set<Mention.MentionType> mentionTypes, Sentence.OverlapOption sameType, Sentence.OverlapOption differentType)
-