|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sentence | |
|---|---|
| gov.llnl.ontology.mains | |
| gov.llnl.ontology.mapreduce.table | |
| gov.llnl.ontology.text | |
| gov.llnl.ontology.text.corpora | |
| gov.llnl.ontology.wordnet.wsd | |
| Uses of Sentence in gov.llnl.ontology.mains |
|---|
| Methods in gov.llnl.ontology.mains with parameters of type Sentence | |
|---|---|
static String |
DisambiguateAllWordsTask.disambiguate(WordSenseDisambiguation wsd,
Sentence sentence,
Set<Integer> focusIndices)
|
| Uses of Sentence in gov.llnl.ontology.mapreduce.table |
|---|
| Methods in gov.llnl.ontology.mapreduce.table that return types with arguments of type Sentence | |
|---|---|
List<Sentence> |
TrinidadTable.sentences(org.apache.hadoop.hbase.client.Result row)
Returns the List of Sentences stored in row. |
List<Sentence> |
CorpusTable.sentences(org.apache.hadoop.hbase.client.Result row)
Returns the List of Sentences stored in row. |
List<Sentence> |
TrinidadTable.wordSenses(org.apache.hadoop.hbase.client.Result row,
String senseLabel)
Returns the List of Sentence stored in row that
correspond to the word senses created with labelName. |
List<Sentence> |
CorpusTable.wordSenses(org.apache.hadoop.hbase.client.Result row,
String labelName)
Returns the List of Sentence stored in row that
correspond to the word senses created with labelName. |
| Method parameters in gov.llnl.ontology.mapreduce.table with type arguments of type Sentence | |
|---|---|
void |
TrinidadTable.put(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
List<Sentence> sentences)
Stores the List of Sentences in this table. |
void |
CorpusTable.put(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
List<Sentence> sentences)
Stores the List of Sentences in this table. |
void |
TrinidadTable.putSenses(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
List<Sentence> sentences,
String senseLabel)
Stores the List of Sentences containing only word senses
in this table. |
void |
CorpusTable.putSenses(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
List<Sentence> senses,
String senseLabel)
Stores the List of Sentences containing only word senses
in this table. |
| Uses of Sentence in gov.llnl.ontology.text |
|---|
| Methods in gov.llnl.ontology.text that return types with arguments of type Sentence | |
|---|---|
static List<Sentence> |
Sentence.readSentences(String sentenceText,
String tokenText)
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. |
| Method parameters in gov.llnl.ontology.text with type arguments of type Sentence | |
|---|---|
static StringPair |
Sentence.writeSentences(List<Sentence> sentences)
|
| Uses of Sentence in gov.llnl.ontology.text.corpora |
|---|
| Methods in gov.llnl.ontology.text.corpora that return types with arguments of type Sentence | |
|---|---|
List<Sentence> |
SenseEvalAllWordsDocumentReader.sentences()
|
List<Sentence> |
SenseEvalTaggedAllWordsDocumentReader.sentences()
|
| Uses of Sentence in gov.llnl.ontology.wordnet.wsd |
|---|
| Methods in gov.llnl.ontology.wordnet.wsd that return Sentence | |
|---|---|
Sentence |
WordSenseDisambiguation.disambiguate(Sentence sentences)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
FirstSenseDisambiguation.disambiguate(Sentence sentence)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
GraphConnectivityDisambiguation.disambiguate(Sentence sentence)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
SlidingWindowDisambiguation.disambiguate(Sentence sentence)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
WordSenseDisambiguation.disambiguate(Sentence sentence,
Set<Integer> targetWords)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
Sentence |
FirstSenseDisambiguation.disambiguate(Sentence sentence,
Set<Integer> focusIndices)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
Sentence |
GraphConnectivityDisambiguation.disambiguate(Sentence sentence,
Set<Integer> focusIndices)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
Sentence |
SlidingWindowDisambiguation.disambiguate(Sentence sentence,
Set<Integer> focusIndices)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
| Methods in gov.llnl.ontology.wordnet.wsd with parameters of type Sentence | |
|---|---|
Sentence |
WordSenseDisambiguation.disambiguate(Sentence sentences)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
FirstSenseDisambiguation.disambiguate(Sentence sentence)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
GraphConnectivityDisambiguation.disambiguate(Sentence sentence)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
SlidingWindowDisambiguation.disambiguate(Sentence sentence)
Returns a new List of s which have word sense
labels for each noun found in sentences. |
Sentence |
WordSenseDisambiguation.disambiguate(Sentence sentence,
Set<Integer> targetWords)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
Sentence |
FirstSenseDisambiguation.disambiguate(Sentence sentence,
Set<Integer> focusIndices)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
Sentence |
GraphConnectivityDisambiguation.disambiguate(Sentence sentence,
Set<Integer> focusIndices)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
Sentence |
SlidingWindowDisambiguation.disambiguate(Sentence sentence,
Set<Integer> focusIndices)
Returns a new List of Sentences which have word sense
labels for each annotation index stored in targetWords. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||