gov.llnl.ontology.mapreduce.table
Class NYT03Table

java.lang.Object
  extended by gov.llnl.ontology.mapreduce.table.TrinidadTable
      extended by gov.llnl.ontology.mapreduce.table.NYT03Table
All Implemented Interfaces:
CorpusTable, GenericTable

public class NYT03Table
extends TrinidadTable

A subclass of TrinidadTable which simply has the name "nyt03".

Author:
Keith Stevens

Field Summary
 
Fields inherited from class gov.llnl.ontology.mapreduce.table.TrinidadTable
ALL_CORPORA, ANNOTATION_CF, ANNOTATION_SENTENCE, ANNOTATION_TOKEN, CATEGORY_COLUMN, DOC_ID, DOC_KEY, LABEL_CF, META_CF, SENSE_SENTENCE_PREFIX, SENSE_TOKEN_PREFIX, SOURCE_CF, SOURCE_ID, SOURCE_IDCOL, SOURCE_NAME, SOURCE_NAMECOL, TABLE_NAME, TEXT_CF, TEXT_ORIGINAL, TEXT_ORIGINAL_COL, TEXT_RAW, TEXT_RAW_COL, TEXT_TITLE, TEXT_TITLE_COL, TEXT_TYPE, TEXT_TYPE_COL, XML_MIME_TYPE
 
Constructor Summary
NYT03Table()
           
 
Method Summary
 String tableName()
          Returns nyt03.
 
Methods inherited from class gov.llnl.ontology.mapreduce.table.TrinidadTable
close, createTable, createTable, document, getCategories, getLabel, iterator, markRowAsProcessed, put, put, putCategories, putLabel, putSenses, sentences, setupScan, setupScan, shouldProcessRow, sourceCorpus, table, text, textSource, title, wordSenses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NYT03Table

public NYT03Table()
Method Detail

tableName

public String tableName()
Returns nyt03.

Specified by:
tableName in interface GenericTable
Overrides:
tableName in class TrinidadTable


Copyright © 2010-2011. All Rights Reserved.