|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.international.process.AbstractDataset
edu.stanford.nlp.international.arabic.pipeline.ATBArabicDataset
public class ATBArabicDataset
Converts raw ATB trees into a format appropriate for treebank parsing.
Nested Class Summary | |
---|---|
protected class |
ATBArabicDataset.ArabicRawTreeNormalizer
A TreeVisitor for raw ATB trees. |
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 | |
---|---|
ATBArabicDataset()
|
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 |
---|
public ATBArabicDataset()
Method Detail |
---|
public void build()
Dataset
build
in interface Dataset
build
in class AbstractDataset
public boolean setOptions(StringMap opts)
Dataset
setOptions
in interface Dataset
setOptions
in class AbstractDataset
opts
- A map from parameter types defined in ConfigParser
to
values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |