Uses of Class
gov.llnl.ontology.util.StringPair

Packages that use StringPair
gov.llnl.ontology.mapreduce.stats   
gov.llnl.ontology.mapreduce.table   
gov.llnl.ontology.text   
gov.llnl.ontology.text.parse   
gov.llnl.ontology.util   
 

Uses of StringPair in gov.llnl.ontology.mapreduce.stats
 

Methods in gov.llnl.ontology.mapreduce.stats with parameters of type StringPair
 void WordCountSumReducer.reduce(StringPair key, Iterable<org.apache.hadoop.io.IntWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
          
 

Uses of StringPair in gov.llnl.ontology.mapreduce.table
 

Methods in gov.llnl.ontology.mapreduce.table that return StringPair
 StringPair EvidenceTable.nounPair(org.apache.hadoop.hbase.client.Result row)
          Returns a StringPair for the noun pair held in the given Result.
 StringPair WordNetEvidenceTable.nounPair(org.apache.hadoop.hbase.client.Result row)
          Returns a StringPair for the noun pair held in the given Result.
 

Uses of StringPair in gov.llnl.ontology.text
 

Methods in gov.llnl.ontology.text that return StringPair
 StringPair[] Sentence.taggedTokens()
          Returns an Iterator over StringPairs for each token in the Sentence.
static StringPair Sentence.writeSentences(List<Sentence> sentences)
           
 

Uses of StringPair in gov.llnl.ontology.text.parse
 

Methods in gov.llnl.ontology.text.parse with parameters of type StringPair
 String StanfordParser.parseText(String header, StringPair[] sentence)
          Returns a dependency parse tree formatted in the default CoNLL format.
 String MaltParser.parseText(String header, StringPair[] sentence)
          Returns a dependency parse tree formatted in the default CoNLL format.
 String Parser.parseText(String header, StringPair[] sentence)
          Returns a dependency parse tree formatted in the default CoNLL format.
 

Uses of StringPair in gov.llnl.ontology.util
 

Methods in gov.llnl.ontology.util that return StringPair
static StringPair StringPair.fromString(String text)
          Returns a new StringPair from the contents of a string that has been printed via toString().
 

Methods in gov.llnl.ontology.util with parameters of type StringPair
 int StringPair.compareTo(StringPair w)
          
 



Copyright © 2010-2011. All Rights Reserved.