| Package | Description |
|---|---|
| is2.lemmatizer | |
| is2.mtag | |
| is2.tag | |
| is2.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
Pipe |
| 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 | Class and Description |
|---|---|
class |
ExtractorM |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
ExtractorT2 |
| Modifier and Type | Method and Description |
|---|---|
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.