| Package | Description |
|---|---|
| is2.data | |
| is2.lemmatizer | |
| is2.mtag | |
| is2.tag | |
| is2.tools |
| Modifier and Type | Method and Description |
|---|---|
ParametersFloat |
ParametersFloat.average2(double avVal) |
| Modifier and Type | Field and Description |
|---|---|
ParametersFloat |
Lemmatizer.params |
| Modifier and Type | Method and Description |
|---|---|
void |
Lemmatizer.out(OptionsSuper options,
IPipe pipe,
ParametersFloat params)
Do the work
|
void |
Lemmatizer.train(OptionsSuper options,
IPipe p,
ParametersFloat params,
Instances ist)
Do the training
|
void |
Lemmatizer.writeModel(OptionsSuper options,
IPipe pipe,
ParametersFloat params) |
| Modifier and Type | Method and Description |
|---|---|
int |
Pipe.fillFeatureVectorsOne(ParametersFloat params,
int w1,
String form,
Instances is,
int n,
int[] features,
long[] vs) |
int |
ExtractorM.fillFeatureVectorsOne(ParametersFloat params,
int w1,
String form,
Instances is,
int n,
short[] features,
long[] vs) |
void |
Tagger.out(OptionsSuper options,
IPipe pipe,
ParametersFloat params) |
void |
Tagger.train(OptionsSuper options,
IPipe pipe,
ParametersFloat params,
Instances is) |
void |
Tagger.writeModel(OptionsSuper options,
IPipe pipe,
ParametersFloat params) |
| Modifier and Type | Field and Description |
|---|---|
ParametersFloat |
Tagger.params |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<POS> |
ExtractorT2.classify(String fs,
ParametersFloat params,
int w1,
InstancesTagger is,
int n,
short[] pos,
Long2IntInterface li) |
int |
ExtractorT2.fillFeatureVectorsOne(String fs,
ParametersFloat params,
int w1,
InstancesTagger is,
int n,
short[] pos,
Long2IntInterface li,
float[] score) |
void |
Tagger.out(OptionsSuper options,
IPipe pipe,
ParametersFloat params)
Tag a sentence
|
void |
Tagger.train(OptionsSuper options,
IPipe pipe,
ParametersFloat params,
Instances is2)
Do the training
|
void |
Tagger.writeModel(OptionsSuper options,
IPipe pipe,
ParametersFloat params) |
| Modifier and Type | Method and Description |
|---|---|
void |
Train.out(OptionsSuper options,
IPipe pipe,
ParametersFloat params) |
void |
Train.train(OptionsSuper options,
IPipe pipe,
ParametersFloat params,
Instances is) |
void |
Train.writeModel(OptionsSuper options,
IPipe pipe,
ParametersFloat params) |
Copyright © 2013. All rights reserved.