class documentation
class ProbabilisticDependencyGrammar(object): (source)
Constructor: ProbabilisticDependencyGrammar(productions, events, tags)
Method | __init__ |
Undocumented |
Method | __repr__ |
Return a concise string representation of the ProbabilisticDependencyGrammar |
Method | __str__ |
Return a verbose string representation of the ProbabilisticDependencyGrammar |
Method | contains |
Return True if this DependencyGrammar contains a DependencyProduction mapping 'head' to 'mod'. |
Instance Variable | _events |
Undocumented |
Instance Variable | _productions |
Undocumented |
Instance Variable | _tags |
Undocumented |