Package edu.stanford.nlp.trees.international.pennchinese

Class Summary
BikelChineseHeadFinder A headfinder implementing Dan Bikel's head rules.
CharacterLevelTagExtender A transformer to extend tags down to the level of individual characters.
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 is a set of GrammaticalRelation objects for the Chinese language.
ChineseGrammaticalRelations.AdjectivalComplementGRAnnotation  
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.IndirectObjectGRAnnotation  
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.PossessionModifierGRAnnotation  
ChineseGrammaticalRelations.PossessiveModifierGRAnnotation  
ChineseGrammaticalRelations.PreconjunctGRAnnotation  
ChineseGrammaticalRelations.PredicateGRAnnotation  
ChineseGrammaticalRelations.PrepositionalLocalizerModifierGRAnnotation  
ChineseGrammaticalRelations.PrepositionalModifierGRAnnotation  
ChineseGrammaticalRelations.PrepositionalObjectGRAnnotation  
ChineseGrammaticalRelations.PunctuationGRAnnotation  
ChineseGrammaticalRelations.RangeGRAnnotation  
ChineseGrammaticalRelations.RelativeClauseModifierGRAnnotation  
ChineseGrammaticalRelations.ResultativeComplementGRAnnotation  
ChineseGrammaticalRelations.SemanticDependentGRAnnotation  
ChineseGrammaticalRelations.SubjectGRAnnotation  
ChineseGrammaticalRelations.TemporalClauseGRAnnotation  
ChineseGrammaticalRelations.TemporalGRAnnotation  
ChineseGrammaticalRelations.TemporalModifierGRAnnotation  
ChineseGrammaticalRelations.TimePostpositionGRAnnotation  
ChineseGrammaticalRelations.TopicGRAnnotation  
ChineseGrammaticalRelations.VerbCompoundGRAnnotation  
ChineseGrammaticalRelations.VerbModifierGRAnnotation  
ChineseGrammaticalRelations.XClausalComplementGRAnnotation  
ChineseGrammaticalStructure A GrammaticalStructure for Chinese.
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.
CHTBTokenizer A simple tokenizer for tokenizing Penn Chinese Treebank files.
CTBErrorCorrectingTreeNormalizer This was originally written to correct a few errors Galen found in CTB3.
CTBTreeReaderFactory The CTBTreeReaderFactory is a factory for creating a TreeReader suitable for the Penn CTB.
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.
 



Stanford NLP Group