module documentation
Undocumented
| Class | |
Undocumented |
| Class | |
A scorer for calculated the weights on the edges of a weighted dependency graph. This is used by a ProbabilisticNonprojectiveParser to initialize the edge weights of a DependencyGraph. While typically this would be done by training a binary classifier, any class that can return a multidimensional list representation of the edge weights can implement this interface... |
| Class | |
A dependency scorer built around a MaxEnt classifier. In this particular class that classifier is a NaiveBayesClassifier. It uses head-word, head-tag, child-word, and child-tag features for classification. |
| Class | |
A non-projective, rule-based, dependency parser. This parser will return the set of all possible non-projective parses based on the word-to-word relations defined in the parser's dependency grammar, and will allow the branches of the parse tree to cross in order to capture a variety of linguistic phenomena that a projective parser will not. |
| Class | |
A probabilistic non-projective dependency parser. |
| Function | demo |
Undocumented |
| Function | hall |
Undocumented |
| Function | nonprojective |
Undocumented |
| Function | rule |
Undocumented |
| Variable | logger |
Undocumented |