|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Trainer | |
de.fu_berlin.ties.extract | This package handles information extraction and entitiy recognition. |
Uses of Trainer in de.fu_berlin.ties.extract |
Methods in de.fu_berlin.ties.extract that return Trainer | |
protected Trainer |
TrainEval.initTrainer(File runDirectory)
Creates and initializes a trainer to use for an evaluation run, configured from the stored
configuration . |
Methods in de.fu_berlin.ties.extract with parameters of type Trainer | |
protected Extractor |
TrainEval.initExtractor(Trainer trainer)
Creates and initializes a extractor to use for an evaluation run, re-using the components of the provided trainer. |
Constructors in de.fu_berlin.ties.extract with parameters of type Trainer | |
Extractor(String outExt,
Trainer trainer)
Creates a new instance, re-using the components from the provided trainer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |