edu.stanford.nlp.international.french.pipeline
Class FTBDataset

java.lang.Object
  extended by edu.stanford.nlp.international.process.AbstractDataset
      extended by edu.stanford.nlp.international.french.pipeline.FTBDataset
All Implemented Interfaces:
Dataset

public class FTBDataset
extends AbstractDataset

Produces the pre-processed version of the FTB used in the experiments of Green et al. (2011).

Author:
Spence Green

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.international.process.AbstractDataset
AbstractDataset.SplitFilter
 
Nested classes/interfaces inherited from interface edu.stanford.nlp.international.process.Dataset
Dataset.Encoding
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.international.process.AbstractDataset
addDeterminer, addRoot, configuredOptions, customTreeVisitor, encoding, fileNameNormalizer, flatFileName, lexMapOptions, lexMapper, makeFlatFile, maxLen, morphDelim, options, outFileName, outputFileList, pathsToData, pathsToMappings, posMapOptions, posMapper, removeDashTags, removeEscapeTokens, requiredOptions, splitFilter, toStringBuffer, treebank, treeFileExtension
 
Constructor Summary
FTBDataset()
           
 
Method Summary
 void build()
          Generic method for loading, processing, and writing a dataset.
 boolean setOptions(StringMap opts)
          Sets options for a dataset.
 
Methods inherited from class edu.stanford.nlp.international.process.AbstractDataset
buildSplitMap, getFilenames, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTBDataset

public FTBDataset()
Method Detail

build

public void build()
Description copied from interface: Dataset
Generic method for loading, processing, and writing a dataset.

Specified by:
build in interface Dataset
Specified by:
build in class AbstractDataset

setOptions

public boolean setOptions(StringMap opts)
Description copied from interface: Dataset
Sets options for a dataset.

Specified by:
setOptions in interface Dataset
Overrides:
setOptions in class AbstractDataset
Parameters:
opts - A map from parameter types defined in ConfigParser to values
Returns:
true if opts contains all required options. false, otherwise.


Stanford NLP Group