public class BackupLemmatizerTrainer extends java.lang.Object implements LemmatizerGeneratorTrainer
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupLemmatizerTrainer.BackupLemmatizerTrainerOptions |
| Constructor and Description |
|---|
BackupLemmatizerTrainer() |
BackupLemmatizerTrainer(LemmatizerGeneratorTrainer simple_trainer,
ToutanovaTrainer trainer) |
| Modifier and Type | Method and Description |
|---|---|
LemmaOptions |
getOptions() |
LemmatizerGenerator |
train(java.util.List<LemmaInstance> instances,
java.util.List<LemmaInstance> dev_instances) |
public BackupLemmatizerTrainer()
public BackupLemmatizerTrainer(LemmatizerGeneratorTrainer simple_trainer, ToutanovaTrainer trainer)
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