|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinearTagger | |
|---|---|
| experiments | |
| sequence | |
| types | |
| Uses of LinearTagger in experiments |
|---|
| Methods in experiments that return LinearTagger | |
|---|---|
static LinearTagger |
PartOfSpeech.trainCRF(ArrayList<SequenceInstance> train,
Alphabet xA,
Alphabet yA)
|
static LinearTagger |
PartOfSpeech.trainMira(boolean doAveraging,
int numIters,
ArrayList<SequenceInstance> train,
Alphabet xA,
Alphabet yA)
|
static LinearTagger |
PartOfSpeech.trainPerceptron(boolean doAveraging,
int numIters,
ArrayList<SequenceInstance> train,
Alphabet xA,
Alphabet yA)
|
| Uses of LinearTagger in sequence |
|---|
| Methods in sequence that return LinearTagger | |
|---|---|
LinearTagger |
CRF.batchTrain(ArrayList<SequenceInstance> trainingData)
|
LinearTagger |
Mira.batchTrain(ArrayList<SequenceInstance> trainingData)
|
LinearTagger |
Perceptron.batchTrain(ArrayList<SequenceInstance> trainingData)
|
| Methods in sequence with parameters of type LinearTagger | |
|---|---|
static Evaluation |
Evaluate.eval(LinearTagger h,
ArrayList<SequenceInstance> data,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
static Evaluation |
Evaluate.eval(LinearTagger h,
SequenceInstance inst,
int tagOfInterest)
Compute evaluation of entire instance list, with respect to a single tag. |
| Uses of LinearTagger in types |
|---|
| Methods in types that return LinearTagger | |
|---|---|
static LinearTagger |
StaticUtils.loadTagger(String fname)
|
| Methods in types with parameters of type LinearTagger | |
|---|---|
static double |
StaticUtils.computeAccuracyS(LinearTagger h,
ArrayList<SequenceInstance> data)
The accuracy of classifier h on the data set data. |
static void |
StaticUtils.saveTagger(LinearTagger h,
String fname)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||