| Package | Description |
|---|---|
| is2.lemmatizer | |
| is2.mtag | |
| is2.tag |
| Modifier and Type | Method and Description |
|---|---|
InstancesTagger |
Pipe.createInstances(String file) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pipe.addCoreFeatures(InstancesTagger is,
int ic,
int i,
int oper,
String form,
long[] f) |
| Modifier and Type | Method and Description |
|---|---|
void |
Pipe.addCF(InstancesTagger is,
int ic,
String fs,
int i,
int[] pfeat,
short[] ppos,
int[] forms,
int[] lemmas,
long[] vs) |
void |
ExtractorM.addCF(InstancesTagger is,
int ic,
String fs,
int i,
short[] pfeat,
short[] ppos,
int[] forms,
int[] lemmas,
long[] vs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractorT2.addFeatures(InstancesTagger is,
int ic,
String fs,
int i,
short[] pposs,
int[] forms,
int[] lemmas,
long[] vs) |
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) |
ArrayList<POS> |
Tagger.tag(InstancesTagger is,
int instanceIndex,
int word,
String wordForm)
Tag a single word and return a n-best list of Part-of-Speech tags.
|
ArrayList<String> |
Tagger.tagStrings(InstancesTagger is,
int instanceIndex,
int word,
String wordForm) |
Copyright © 2013. All rights reserved.