Home | Trees | Indices | Help |
|
---|
|
A set of functions used to interface with the external Mallet machine
learning package. Before mallet
can be used, you should
tell NLTK where it can find the mallet
package, using the config_mallet() function. Typical usage:
>>> import nltk >>> nltk.config_mallet('.../path/to/mallet')
|
|||
Configuration | |||
---|---|---|---|
|
|||
|
|
|||
Configuration | |||
---|---|---|---|
_mallet_home = None
|
|||
_mallet_classpath = None
|
|
Configure NLTK's interface to the
|
Call nltk.internals.java() with the given command, and with
the classpath modified to include both See nltk.internals.java() for parameter and return value descriptions. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:49 2008 | http://epydoc.sourceforge.net |