| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.pos | |
| edu.illinois.cs.cogcomp.pos.lbjava |
| Modifier and Type | Class and Description |
|---|---|
class |
MikheevLearner
A poor man's Mikheev rules implementation, in that there is no morphology.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaselineTarget
Learned with
POSBaselineLearner, this classifier returns the tag most often associated
with the given word. |
class |
MikheevTable
Learned with
MikheevLearner, this classifier records statistics on the POS tags that
suffixes of lengths 3 and 4 are associated with. |
Copyright © 2017. All rights reserved.