| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.ner | |
| edu.illinois.cs.cogcomp.ner.tagger |
This package contains the command line tagger and associated required files and interfaces.
|
| Modifier and Type | Field and Description |
|---|---|
protected NERAnnotator |
Main.nerAnnotator
the NER annotator.
|
| Modifier and Type | Method and Description |
|---|---|
static NERAnnotator |
NerAnnotatorManager.buildNerAnnotator(ResourceManager nonDefaultRm) |
static NERAnnotator |
NerAnnotatorManager.buildNerAnnotator(ResourceManager nonDefaultRm,
String viewName)
the viewName will be used as a KEY to instantiate/get the corresponding NER instance
|
static NERAnnotator |
NerAnnotatorManager.buildNerAnnotator(String nonDefaultConfig,
String viewName)
the viewName will be used as a KEY to instantiate/get the corresponding NER instance
|
| Modifier and Type | Field and Description |
|---|---|
protected NERAnnotator |
NamedEntityTagger.nerAnnotator
the annotator.
|
| Constructor and Description |
|---|
FileIOAnnotationJob(String inputfile,
String outputfile,
TextAnnotationBuilder tab,
NERAnnotator ann)
We must be provided an input and output file name.
|
Copyright © 2017. All rights reserved.