Package | Description |
---|---|
edu.illinois.cs.cogcomp.edison.features.lrec | |
edu.illinois.cs.cogcomp.edison.utilities |
Modifier and Type | Field and Description |
---|---|
protected POSBaseLineCounter |
LabelOneBefore.counter |
protected POSBaseLineCounter |
LabelTwoAfter.counter |
protected POSBaseLineCounter |
LabelTwoBefore.counter |
protected POSBaseLineCounter |
POSWindow.counter |
protected POSBaseLineCounter |
POSBaseLineFeatureExtractor.counter |
protected POSBaseLineCounter |
LabelOneAfter.counter |
Constructor and Description |
---|
LabelOneAfter(String viewName,
POSBaseLineCounter counter) |
LabelOneBefore(String viewName,
POSBaseLineCounter counter) |
LabelTwoAfter(String viewName,
POSBaseLineCounter counter) |
LabelTwoBefore(String viewName,
POSBaseLineCounter counter) |
POSBaseLineFeatureExtractor(String viewName,
POSBaseLineCounter counter)
Construct the feature extractor given a trained counter.
|
POSWindow(String viewName,
POSBaseLineCounter counter) |
Modifier and Type | Class and Description |
---|---|
class |
POSMikheevCounter
A poor man's Mikheev rules implementation, in that there is no morphology.
|
Modifier and Type | Method and Description |
---|---|
static POSBaseLineCounter |
POSBaseLineCounter.read(String json)
Read the an instance of POSBaseLineCounter class from JSON format
|
Modifier and Type | Method and Description |
---|---|
static String |
POSBaseLineCounter.write(POSBaseLineCounter counter)
Write an instance of POSBaseLineCounter class to JSON format
|
Copyright © 2017. All rights reserved.