| Class | Description |
|---|---|
| AbstractMain |
This is an abstract base class that can be used build a menu driven command line interface.
|
| Main |
Process command line NER request in the simplest most untuitive possible ways.
|
| NERAnnotator |
Generate NER annotations using the Annotator API.
|
| NerAnnotatorManager |
This class managers NER instances, ensuring that NERAnnotator with a distinct model is
instantiated exactly ONCE and passed around.
|
| NerBenchmark |
This runs a standard benchmark test across several datasets for the NER package.
|
| NerTagger |
The main entry point of the NER system.
|
| ParameterSweep |
This class will run the NER's "benchmark.sh" in any subdirectory starting with "r.".
|
Copyright © 2017. All rights reserved.