public class PerfectNameTagger extends Object implements NameTagger
| Modifier and Type | Method and Description |
|---|---|
void |
load(String fileName)
included to conform to the NameTagger interface.
|
void |
newDocument()
included to conform to the NameTagger interface.
|
void |
tag(Document doc,
Span span)
tag Span 'span' of Document 'doc' with ENAMEX annotations.
|
void |
tagDocument(Document doc)
tag the entire Document 'doc' with ENAMEX annotations.
|
public void tag(Document doc, Span span)
tag in interface NameTaggerpublic void tagDocument(Document doc)
tagDocument in interface NameTaggerpublic void load(String fileName)
load in interface NameTaggerpublic void newDocument()
newDocument in interface NameTaggerCopyright © 2016 New York University. All rights reserved.