Parsing Engine

Package danbikel.parser.chinese

Provides language-specific classes necessary to parse Chinese.

See:
          Description

Class Summary
HeadFinder A class for determining the head node on the right-hand sides of Chinese parse tree productions.
NoNPBTraining This class is identical to its superclass Training, except that it overrides AbstractTraining.addBaseNPs(Sexp) to do nothing.
NPArgThreadTraining This class is identical to Training, except that the NPArgThreadTraining.preProcess(Sexp) method invokes AbstractTraining.threadNPArgAugmentations(Sexp).
SimpleWordFeatures This class simply uses the defaults provided by the class AbstractWordFeatures.
Training Provides methods for language-specific processing of Chinese training parse trees.
Treebank Provides data and methods specific to the structures found in the Chinese Treebank or any other treebank that conforms to the same annotation guidelines.
WordFeatures WordFeatures are orthographic and morphological features of words.
 

Package danbikel.parser.chinese Description

Provides language-specific classes necessary to parse Chinese.

See Also:
Language

Parsing Engine

Author: Dan Bikel.