| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.ParserI --+
|
MaltParser
|
|||
|
|||
|
|||
| Tree |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Deprecated | |||
|---|---|---|---|
|
Inherited from |
|||
|
|||
|
Configure NLTK's interface to the
|
Use MaltParser to parse a sentence. Takes a sentence as a list of words; it will be automatically tagged with this MaltParser instance's tagger.
|
Use MaltParser to parse a sentence. Takes a sentence as a string; before parsing, it will be automatically tokenized and tagged with this MaltParser instance's tagger.
|
Use MaltParser to parse a sentence. Takes a sentence as a list of (word, tag) tuples; the sentence must have already been tokenized and tagged.
|
Train MaltParser from a list of
|
Train MaltParser from a file
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:48 2011 | http://epydoc.sourceforge.net |