|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
DependencyOccurrenceCountMR | A MapReduce task that counts the number of co-occurrences in a sentence that
are connected by a valid DependencyPath . |
DependencyOccurrenceCountMR.DependencyOccurrenceCountMapper | Iterates through each DependencyTreeNode and finds all valid
paths from that node to other nodes in the sentence. |
DependencyPathCountMR | |
DependencyPathCountMR.DependencyPathCountMapper | |
ExtractKeysMR | |
ExtractKeysMR.ExtractKeysMapper | |
NYTOnelineSectionMR | |
NYTOnelineSectionMR.NYTOnelineSectionMapper | This Mapper iterates over text documents on disk and extracts
various document details and the raw document text. |
POSCountMR | A map/reduce job that counts the number of occurences for each Part of Speech in a corpus. |
POSCountMR.POSCountMapper | The main TableMapper that does the work. |
SemEvalPrinter | |
SemEvalPrinter.SemEvalPrinterMapper | The TableMapper responsible for the real work. |
TagDocumentMR | This MapReduce extracts the edges for a Tag-Tag network for documents within a specific corpus. |
TagDocumentMR.TagDocumentMapper | The TableMapper responsible for the real work. |
TagNetworkMR | This MapReduce extracts the edges for a Tag-Tag network for documents within a specific corpus. |
TagNetworkMR.TagNetworkMapper | The TableMapper responsible for the real work. |
TagOccurrenceMR | This MapReduce extracts the edges for a Tag-Tag network for documents within a specific corpus. |
TagOccurrenceMR.TagOccurrenceMapper | The TableMapper responsible for the real work. |
TagWordStatsMR | A Map/Reduce job that counts the co-occurrence statistics between a word and a documen tag. |
TagWordStatsMR.TagWordStatsMapper | The TableMapper responsible for the real work. |
TermDocOccurrenceCountMR | |
TermDocOccurrenceCountMR.TermDocOccurrenceCountMapper | |
TermDocumentCountMR | |
TermDocumentCountMR.TermDocumentCountMapper | |
TokenCountMR | A Map/Reduce job that counts the number of occurrences for each token in a corpus. |
TokenCountMR.TokenCountMapper | The TableMapper responsible for most of the work. |
WordCountSumReducer | |
WordnetShortestPathMR | A Map/Reduce job that computes the shortest path between every wordnet synset. |
WordnetShortestPathMR.WordnetShortestPathMapper | The Mapper responsible for the real work. |
WordOccurrenceCountMR | A Map/Reduce job that counts word co-occurrence frequencies and writes them to hdfs. |
WordOccurrenceCountMR.WordOccurrenceCountMapper | The TableMapper responsible for most of the work. |
WordsiMR | |
WordsiMR.WordsiDependencyMapper | The TableMapper responsible for the real work. |
WordsiMR.WordsiOccurrenceMapper | The TableMapper responsible for the real work. |
WordSumReducer | This Reducer counts the number of times that they key occures
with each of it's value s. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |