Uses of Class
gov.llnl.ontology.mapreduce.CorpusTableMR.CorpusTableMapper

Packages that use CorpusTableMR.CorpusTableMapper
gov.llnl.ontology.mapreduce.ingest   
gov.llnl.ontology.mapreduce.stats   
 

Uses of CorpusTableMR.CorpusTableMapper in gov.llnl.ontology.mapreduce.ingest
 

Subclasses of CorpusTableMR.CorpusTableMapper in gov.llnl.ontology.mapreduce.ingest
static class DisambiguateMR.DisambiguateMapper
          This TableMapper does all of the work.
static class ExtractNounPairsMR.ExtractNounPairsMapper
           
static class IngestCorpusMR.IngestCorpusMapper
          This TableMapper iterates over rows in a CorpusTable and applies sentence spans, token spans, and part of speech tags to every element in the raw text document.
static class OneLinePerDocExtractorMR.OneLinePerDocExtractorMRMapper
          The TableMapper responsible for the real work.
static class ParsedDocExtractorMR.ParsedDocExtractorMapper
          The TableMapper responsible for the real work.
static class ParseMR.ParseMapper
          This TableMapper does all of the work.
 

Uses of CorpusTableMR.CorpusTableMapper in gov.llnl.ontology.mapreduce.stats
 

Subclasses of CorpusTableMR.CorpusTableMapper in gov.llnl.ontology.mapreduce.stats
static class DependencyOccurrenceCountMR.DependencyOccurrenceCountMapper
          Iterates through each DependencyTreeNode and finds all valid paths from that node to other nodes in the sentence.
static class POSCountMR.POSCountMapper
          The main TableMapper that does the work.
static class SemEvalPrinter.SemEvalPrinterMapper
          The TableMapper responsible for the real work.
static class TagDocumentMR.TagDocumentMapper
          The TableMapper responsible for the real work.
static class TagNetworkMR.TagNetworkMapper
          The TableMapper responsible for the real work.
static class TagOccurrenceMR.TagOccurrenceMapper
          The TableMapper responsible for the real work.
static class TagWordStatsMR.TagWordStatsMapper
          The TableMapper responsible for the real work.
static class TermDocOccurrenceCountMR.TermDocOccurrenceCountMapper
           
static class TermDocumentCountMR.TermDocumentCountMapper
           
static class TokenCountMR.TokenCountMapper
          The TableMapper responsible for most of the work.
static class WordOccurrenceCountMR.WordOccurrenceCountMapper
          The TableMapper responsible for most of the work.
static class WordsiMR.WordsiDependencyMapper
          The TableMapper responsible for the real work.
static class WordsiMR.WordsiOccurrenceMapper
          The TableMapper responsible for the real work.
 



Copyright © 2010-2011. All Rights Reserved.