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