|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Counter | |
|---|---|
| gov.llnl.ontology.mapreduce.table | |
| gov.llnl.ontology.util | |
| Uses of Counter in gov.llnl.ontology.mapreduce.table |
|---|
| Methods in gov.llnl.ontology.mapreduce.table that return Counter | |
|---|---|
Counter<String> |
EvidenceTable.getDependencyPaths(org.apache.hadoop.hbase.client.Result row)
Returns a new map that contains all of the dependency path counts, regardless of their source. |
Counter<String> |
WordNetEvidenceTable.getDependencyPaths(org.apache.hadoop.hbase.client.Result row)
Returns a new map that contains all of the dependency path counts, regardless of their source. |
Counter<String> |
EvidenceTable.getDependencyPaths(org.apache.hadoop.hbase.client.Result row,
String source)
Returns a map that contains all of the dependency paths associated with a single noun pair. |
Counter<String> |
WordNetEvidenceTable.getDependencyPaths(org.apache.hadoop.hbase.client.Result row,
String source)
Returns a map that contains all of the dependency paths associated with a single noun pair. |
| Methods in gov.llnl.ontology.mapreduce.table with parameters of type Counter | |
|---|---|
void |
EvidenceTable.putDependencyPaths(String word1,
String word2,
String source,
Counter<String> pathCounts)
Stores the dependency path counts gathred from the source corpus
using the provided Put object. |
void |
WordNetEvidenceTable.putDependencyPaths(String word1,
String word2,
String source,
Counter<String> pathCounts)
Stores the dependency path counts gathred from the source corpus
using the provided Put object. |
| Uses of Counter in gov.llnl.ontology.util |
|---|
| Subclasses of Counter in gov.llnl.ontology.util | |
|---|---|
class |
StringCounter
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||