|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.tools.util.model.BaseModel
opennlp.tools.chunker.ChunkerModel
public class ChunkerModel
The ChunkerModel is the model used
by a learnable Chunker.
ChunkerME| Field Summary |
|---|
| Fields inherited from class opennlp.tools.util.model.BaseModel |
|---|
TRAINING_CUTOFF_PROPERTY, TRAINING_EVENTHASH_PROPERTY, TRAINING_ITERATIONS_PROPERTY |
| Constructor Summary | |
|---|---|
ChunkerModel(InputStream in)
|
|
ChunkerModel(String languageCode,
opennlp.model.AbstractModel chunkerModel)
|
|
ChunkerModel(String languageCode,
opennlp.model.AbstractModel chunkerModel,
Map<String,String> manifestInfoEntries)
|
|
| Method Summary | |
|---|---|
opennlp.model.AbstractModel |
getChunkerModel()
|
static void |
main(String[] args)
|
| Methods inherited from class opennlp.tools.util.model.BaseModel |
|---|
getLanguage, getManifestProperty, getVersion, serialize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChunkerModel(String languageCode,
opennlp.model.AbstractModel chunkerModel,
Map<String,String> manifestInfoEntries)
public ChunkerModel(String languageCode,
opennlp.model.AbstractModel chunkerModel)
public ChunkerModel(InputStream in)
throws IOException,
InvalidFormatException
IOException
InvalidFormatException| Method Detail |
|---|
public opennlp.model.AbstractModel getChunkerModel()
public static void main(String[] args)
throws FileNotFoundException,
IOException
FileNotFoundException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||