A B C D E F G H I J K L M N O P R S T U V W X Y

R

rawText() - Method in class gov.llnl.ontology.text.corpora.NYTCorpusDocument
Returns the raw text of the corpus.
rawText() - Method in interface gov.llnl.ontology.text.Document
Returns the raw text of the corpus.
rawText() - Method in class gov.llnl.ontology.text.hbase.DynamicDocument
Returns the raw text of the corpus.
rawText() - Method in class gov.llnl.ontology.text.SimpleDocument
Returns the raw text of the corpus.
readDocument(String) - Method in class gov.llnl.ontology.text.corpora.NYTDocumentReader
Returns a Document represented by the given string.
readDocument(String, String) - Method in class gov.llnl.ontology.text.corpora.NYTDocumentReader
Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
readDocument(String, String) - Method in class gov.llnl.ontology.text.corpora.PubMedDocumentReader
Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
readDocument(String) - Method in class gov.llnl.ontology.text.corpora.PubMedDocumentReader
Returns a Document represented by the given string.
readDocument(String) - Method in class gov.llnl.ontology.text.corpora.SemEval2010TrainDocumentReader
Returns a Document represented by the given string.
readDocument(String, String) - Method in class gov.llnl.ontology.text.corpora.SemEval2010TrainDocumentReader
Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
readDocument(String) - Method in class gov.llnl.ontology.text.corpora.SenseEval2007DocumentReader
Returns a Document represented by the given string.
readDocument(String, String) - Method in class gov.llnl.ontology.text.corpora.SenseEval2007DocumentReader
Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
readDocument(String) - Method in class gov.llnl.ontology.text.corpora.UkWacDocumentReader
Returns a Document represented by the given string.
readDocument(String, String) - Method in class gov.llnl.ontology.text.corpora.UkWacDocumentReader
Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
readDocument(String) - Method in interface gov.llnl.ontology.text.DocumentReader
Returns a Document represented by the given string.
readDocument(String, String) - Method in interface gov.llnl.ontology.text.DocumentReader
Returns a Document represented by the given string and uses corpusName as the corpus name for the returned Document.
reader - Variable in class gov.llnl.ontology.mains.DecentralizedSearch.DistanceMatrix
 
READER - Static variable in class gov.llnl.ontology.mapreduce.ingest.ImportCorpusMR
The configuration key for setting the DocumentReader.
reader - Variable in class gov.llnl.ontology.wordnet.OntologyReaderAdaptor
The original OntologyReader that is to be decorated.
reader - Variable in class gov.llnl.ontology.wordnet.wsd.LeskWordSenseDisambiguation
The OntologyReader used to extract Synsets.
readFields(DataInput) - Method in class gov.llnl.ontology.util.StringCounter
 
readFields(DataInput) - Method in class gov.llnl.ontology.util.StringPair
readSentences(String, String) - Static method in class gov.llnl.ontology.text.Sentence
Reads a list of Sentences from the serialzied form of the Sentence meta-data and the Annotation meta-data for each token in the sentence.
readSynsetDistances(String, int, OntologyReader) - Static method in class gov.llnl.ontology.mains.DecentralizedSearch
 
readTagGraph(String) - Static method in class gov.llnl.ontology.mains.DecentralizedSearch
 
readTagMapping(String) - Static method in class gov.llnl.ontology.mains.DecentralizedSearch
 
readTagPairs(String) - Static method in class gov.llnl.ontology.mains.DecentralizedSearch
 
readTags(String) - Static method in class gov.llnl.ontology.mains.DecentralizedSearch
 
reduce(Text, Iterable<Text>, Reducer<Text, Text, Put, Writable>.Context) - Method in class gov.llnl.ontology.mapreduce.ingest.ExtractNounPairsMR.ExtractNounPairReducer
reduce(StringPair, Iterable<IntWritable>, Reducer<StringPair, IntWritable, StringPair, IntWritable>.Context) - Method in class gov.llnl.ontology.mapreduce.stats.WordCountSumReducer
reduce(Text, Iterable<Text>, Reducer<Text, Text, Text, Text>.Context) - Method in class gov.llnl.ontology.mapreduce.stats.WordSumReducer
reflexive() - Method in enum gov.llnl.ontology.wordnet.Synset.Relation
Returns the reflexive Synset.Relation.
RelatedForm - Interface in gov.llnl.ontology.wordnet
Represents an informal relation between two Lemmas.
remove() - Method in class gov.llnl.ontology.util.ArrayIterator
throws a UnsupportedOperationException
removeRelation(Synset.Relation, Synset) - Method in class gov.llnl.ontology.wordnet.BaseSynset
Returns true if a relation between this and related by the link relation was removed.
removeRelation(String, Synset) - Method in class gov.llnl.ontology.wordnet.BaseSynset
Returns true if a relation between this and related by the link relation was removed.
removeRelation(Synset.Relation, Synset) - Method in interface gov.llnl.ontology.wordnet.Synset
Returns true if a relation between this and related by the link relation was removed.
removeRelation(String, Synset) - Method in interface gov.llnl.ontology.wordnet.Synset
Returns true if a relation between this and related by the link relation was removed.
removeSynset(Synset) - Method in interface gov.llnl.ontology.wordnet.OntologyReader
Removes synset from the OntologyReader.
removeSynset(Synset) - Method in class gov.llnl.ontology.wordnet.OntologyReaderAdaptor
removeSynset(Synset) - Method in class gov.llnl.ontology.wordnet.UnsupportedOntologyReader
 
removeSynset(Synset) - Method in class gov.llnl.ontology.wordnet.WordNetCorpusReader
Removes synset from the OntologyReader.
replaceSynset(Synset, Synset) - Method in interface gov.llnl.ontology.wordnet.OntologyReader
Removes the Synset from the known hierarchy.
replaceSynset(Synset, Synset) - Method in class gov.llnl.ontology.wordnet.OntologyReaderAdaptor
replaceSynset(Synset, Synset) - Method in class gov.llnl.ontology.wordnet.UnsupportedOntologyReader
 
replaceSynset(Synset, Synset) - Method in class gov.llnl.ontology.wordnet.WordNetCorpusReader
Removes the Synset from the known hierarchy.
reset() - Method in class gov.llnl.ontology.util.Counter
Resets the counts for all objects.
ResnickSimilarity - Class in gov.llnl.ontology.wordnet.sim
Implements the Resnick similarity.
ResnickSimilarity(InformationContent) - Constructor for class gov.llnl.ontology.wordnet.sim.ResnickSimilarity
Constructs a new ResnickSimilarity.
run(String[]) - Method in class gov.llnl.ontology.mapreduce.CorpusTableMR
run(String[]) - Method in class gov.llnl.ontology.mapreduce.EvidenceTableMR
run(String[]) - Method in class gov.llnl.ontology.mapreduce.ingest.ImportCorpusMR
run(String[]) - Method in class gov.llnl.ontology.mapreduce.ingest.ParseWordsiMR
run(String[]) - Method in class gov.llnl.ontology.mapreduce.stats.NYTOnelineSectionMR
run(String[]) - Method in class gov.llnl.ontology.mapreduce.stats.WordnetShortestPathMR

A B C D E F G H I J K L M N O P R S T U V W X Y
Copyright © 2010-2011. All Rights Reserved.