| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
DependencyScorerI --+
|
NaiveBayesDependencyScorer
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.
|
|||
|
|||
|
|||
| 3 dimensional list |
|
||
|
Inherited from |
|||
|
|||
|
Trains a
|
Converts the graph into a feature-based representation of each edge, and then assigns a score to each based on the confidence of the classifier in assigning it to the positive label. Scores are returned in a multidimensional list.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:48 2011 | http://epydoc.sourceforge.net |