Uses of Class
martin.common.Pair

Packages that use Pair
martin.common   
martin.common.xml   
uk.ac.man.entitytagger.doc   
uk.ac.man.entitytagger.generate   
uk.ac.man.entitytagger.matching   
uk.ac.man.entitytagger.matching.matchers   
 

Uses of Pair in martin.common
 

Methods in martin.common that return Pair
private  Pair<java.lang.String> ExtractAbbrev.extractAbbrPair(java.lang.String shortForm, java.lang.String longForm)
           
 Pair<java.lang.Integer> SentenceSplitter.next()
           
 

Methods in martin.common that return types with arguments of type Pair
 java.util.Iterator<Pair<java.lang.Integer>> SentenceSplitter.iterator()
           
static java.util.List<Pair<java.lang.Integer>> SentenceSplitter.toList(java.lang.String text)
           
 

Uses of Pair in martin.common.xml
 

Methods in martin.common.xml that return types with arguments of type Pair
static java.util.ArrayList<Pair<java.lang.Integer>> Misc.getSectionCoordinates(java.lang.String data, java.lang.String[] validXPathSections)
           
static java.util.ArrayList<Pair<java.lang.Integer>> Misc.getSectionCoordinates(java.lang.String data, java.lang.String validXPathSections, int start, int end)
           
 

Uses of Pair in uk.ac.man.entitytagger.doc
 

Methods in uk.ac.man.entitytagger.doc that return Pair
private static Pair<java.lang.String> TaggedDocument.getMatchTags(Mention m, TaggedDocument.Format format, boolean link)
           
 

Method parameters in uk.ac.man.entitytagger.doc with type arguments of type Pair
 java.lang.StringBuffer TaggedDocument.toHTML(boolean link, Function<Pair<java.lang.String>> alternativeTagFunction)
           
static java.lang.StringBuffer TaggedDocument.toHTML(java.lang.String text, java.util.List<Mention> matches, TaggedDocument.Format format, boolean link, Function<Pair<java.lang.String>> alternativeTagFunction)
          Converts a document text, with given NER mentions, to e.g.
 

Uses of Pair in uk.ac.man.entitytagger.generate
 

Methods in uk.ac.man.entitytagger.generate that return types with arguments of type Pair
 java.util.ArrayList<Pair<java.lang.String>> GenerateMatchers.loadExtraSynonyms(java.io.File file)
           
 

Uses of Pair in uk.ac.man.entitytagger.matching
 

Method parameters in uk.ac.man.entitytagger.matching with type arguments of type Pair
static void MatchOperations.runHTML(Matcher matcher, DocumentIterator documents, int numThreads, java.io.File htmlFile, int report, java.util.logging.Logger logger, TaggedDocument.Format format, boolean link, Function<Pair<java.lang.String>> alternativeTagFunction)
           
 

Uses of Pair in uk.ac.man.entitytagger.matching.matchers
 

Method parameters in uk.ac.man.entitytagger.matching.matchers with type arguments of type Pair
private  java.util.List<java.lang.Integer> VariantDictionaryMatcher.getMatchIds(java.util.List<Pair<java.lang.Integer>> tokenLocations, int i, java.lang.String matchText)
          Performs dictionary matching on the text, finding terms that start with the token 'token'.