| BikelChineseHeadFinder |
A headfinder implementing Dan Bikel's head rules.
|
| CEDict |
|
| ChineseCollinizer |
Performs collinization operations on Chinese trees similar to
those for English Namely:
strips all functional & automatically-added tags
strips all punctuation
merges PRN and ADVP
eliminates ROOT (note that there are a few non-unary ROOT nodes;
these are not eliminated)
|
| ChineseEnglishWordMap |
A class for mapping Chinese words to English.
|
| ChineseEscaper |
An Escaper for Chinese normalization to match Treebank.
|
| ChineseGrammaticalRelations |
|
| ChineseGrammaticalRelations.AdjectivalModifierGRAnnotation |
|
| ChineseGrammaticalRelations.AdverbialModifierGRAnnotation |
|
| ChineseGrammaticalRelations.ArgumentGRAnnotation |
|
| ChineseGrammaticalRelations.AspectMarkerGRAnnotation |
|
| ChineseGrammaticalRelations.AssociativeMarkerGRAnnotation |
|
| ChineseGrammaticalRelations.AssociativeModifierGRAnnotation |
|
| ChineseGrammaticalRelations.AttributiveGRAnnotation |
|
| ChineseGrammaticalRelations.AuxModifierGRAnnotation |
|
| ChineseGrammaticalRelations.AuxPassiveGRAnnotation |
|
| ChineseGrammaticalRelations.BaGRAnnotation |
|
| ChineseGrammaticalRelations.ClausalComplementGRAnnotation |
|
| ChineseGrammaticalRelations.ClausalSubjectGRAnnotation |
|
| ChineseGrammaticalRelations.ClauseModifierGRAnnotation |
|
| ChineseGrammaticalRelations.ComplementGRAnnotation |
|
| ChineseGrammaticalRelations.ComplementizerGRAnnotation |
|
| ChineseGrammaticalRelations.ControllingSubjectGRAnnotation |
|
| ChineseGrammaticalRelations.CoordinationGRAnnotation |
|
| ChineseGrammaticalRelations.DeterminerGRAnnotation |
|
| ChineseGrammaticalRelations.DirectObjectGRAnnotation |
|
| ChineseGrammaticalRelations.DvpMarkerGRAnnotation |
|
| ChineseGrammaticalRelations.DvpModifierGRAnnotation |
|
| ChineseGrammaticalRelations.EtcGRAnnotation |
|
| ChineseGrammaticalRelations.LocalizerComplementGRAnnotation |
|
| ChineseGrammaticalRelations.ModalGRAnnotation |
|
| ChineseGrammaticalRelations.ModifierGRAnnotation |
|
| ChineseGrammaticalRelations.NegationModifierGRAnnotation |
|
| ChineseGrammaticalRelations.NominalPassiveSubjectGRAnnotation |
|
| ChineseGrammaticalRelations.NominalSubjectGRAnnotation |
|
| ChineseGrammaticalRelations.NounCompoundModifierGRAnnotation |
|
| ChineseGrammaticalRelations.NumberModifierGRAnnotation |
|
| ChineseGrammaticalRelations.NumericModifierGRAnnotation |
|
| ChineseGrammaticalRelations.ObjectGRAnnotation |
|
| ChineseGrammaticalRelations.OrdNumberGRAnnotation |
|
| ChineseGrammaticalRelations.ParentheticalGRAnnotation |
|
| ChineseGrammaticalRelations.ParticipialModifierGRAnnotation |
|
| ChineseGrammaticalRelations.PreconjunctGRAnnotation |
|
| ChineseGrammaticalRelations.PrepositionalLocalizerModifierGRAnnotation |
|
| ChineseGrammaticalRelations.PrepositionalModifierGRAnnotation |
|
| ChineseGrammaticalRelations.PrepositionalObjectGRAnnotation |
|
| ChineseGrammaticalRelations.PunctuationGRAnnotation |
|
| ChineseGrammaticalRelations.RangeGRAnnotation |
|
| ChineseGrammaticalRelations.RelativeClauseModifierGRAnnotation |
|
| ChineseGrammaticalRelations.ResultativeComplementGRAnnotation |
|
| ChineseGrammaticalRelations.SemanticDependentGRAnnotation |
|
| ChineseGrammaticalRelations.SubjectGRAnnotation |
|
| ChineseGrammaticalRelations.TemporalClauseGRAnnotation |
|
| ChineseGrammaticalRelations.TemporalGRAnnotation |
|
| ChineseGrammaticalRelations.TimePostpositionGRAnnotation |
|
| ChineseGrammaticalRelations.TopicGRAnnotation |
|
| ChineseGrammaticalRelations.VerbCompoundGRAnnotation |
|
| ChineseGrammaticalRelations.VerbModifierGRAnnotation |
|
| ChineseGrammaticalRelations.XClausalComplementGRAnnotation |
|
| ChineseGrammaticalStructure |
A GrammaticalStructure for Chinese.
|
| ChineseGrammaticalStructure.FromDependenciesFactory |
|
| ChineseGrammaticalStructureFactory |
|
| ChineseHeadFinder |
HeadFinder for the Penn Chinese Treebank.
|
| ChineseSemanticHeadFinder |
Implements a 'semantic head' variant of the the HeadFinder found in Chinese Head Finder
|
| ChineseTreebankLanguagePack |
Language pack for the UPenn/Colorado Chinese treebank.
|
| ChineseUtils |
This class contains a few String constants and
static methods for dealing with Chinese text.
|
| CHTBTokenizer |
A simple tokenizer for tokenizing Penn Chinese Treebank files.
|
| CTBErrorCorrectingTreeNormalizer |
This was originally written to correct a few errors Galen found in CTB3.
|
| CTBErrorCorrectingTreeNormalizer.CTBErrorCorrectingTreeReaderFactory |
So you can create a TreeReaderFactory using this TreeNormalizer easily by reflection.
|
| CTBTreeReaderFactory |
The CTBTreeReaderFactory is a factory for creating a
TreeReader suitable for the Penn Chinese Treebank (CTB).
|
| CTBTreeReaderFactory.NoEmptiesCTBTreeReaderFactory |
|
| FragDiscardingPennTreeReader |
|
| RadicalMap |
A way to determine the primary (or "semantic") radical of a Chinese character or get the set of
characters with a given semantic radical.
|
| SunJurafskyChineseHeadFinder |
A headfinder for Chinese based on rules described in Sun/Jurafsky NAACL '04.
|