public class SimpleLemmatizerTrainer extends java.lang.Object implements LemmatizerGeneratorTrainer
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleLemmatizerTrainer.SimpleLemmatizerTrainerOptions |
| Constructor and Description |
|---|
SimpleLemmatizerTrainer() |
| Modifier and Type | Method and Description |
|---|---|
LemmaOptions |
getOptions() |
LemmatizerGenerator |
train(java.util.List<LemmaInstance> instances,
java.util.List<LemmaInstance> dev_instances) |
public LemmatizerGenerator train(java.util.List<LemmaInstance> instances, java.util.List<LemmaInstance> dev_instances)
train in interface LemmaCandidateGeneratorTrainertrain in interface LemmatizerGeneratorTrainertrain in interface LemmatizerTrainerpublic LemmaOptions getOptions()
getOptions in interface LemmaCandidateGeneratorTrainergetOptions in interface LemmatizerTrainer