Uses of Class
uk.ac.man.entitytagger.matching.Matcher.Disambiguation

Packages that use Matcher.Disambiguation
uk.ac.man.entitytagger.matching   
uk.ac.man.entitytagger.matching.matchers   
 

Uses of Matcher.Disambiguation in uk.ac.man.entitytagger.matching
 

Methods in uk.ac.man.entitytagger.matching that return Matcher.Disambiguation
static Matcher.Disambiguation Matcher.Disambiguation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Matcher.Disambiguation[] Matcher.Disambiguation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in uk.ac.man.entitytagger.matching with parameters of type Matcher.Disambiguation
static java.util.List<Mention> Matcher.disambiguate(java.lang.String text, java.util.List<Mention> matches, Matcher.Disambiguation mode)
           
 

Uses of Matcher.Disambiguation in uk.ac.man.entitytagger.matching.matchers
 

Fields in uk.ac.man.entitytagger.matching.matchers declared as Matcher.Disambiguation
private  Matcher.Disambiguation MatchPostProcessor.mode
           
 

Constructors in uk.ac.man.entitytagger.matching.matchers with parameters of type Matcher.Disambiguation
MatchPostProcessor(Matcher matcher, Matcher.Disambiguation mode, boolean abbrevResolution, java.io.File ppConvertIDs, Postprocessor postProcessor)