public class NEScorer extends Object
| Constructor and Description |
|---|
NEScorer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
compute recall / precision scores for named entities for a set of files.
|
static void |
scoreCollection(NameTagger tagger,
DocumentCollection testCol,
DocumentCollection keyCol,
String[] tagsToScore)
computes the recall/precision of 'testCollection' with respect to
'keyCollection' (which should have the same documents) with respect
to the name annotations in 'tagsToScore'.
|
static void |
scoreCollection(NameTagger tagger,
String testCollection,
String keyCollection,
String[] tagsToScore) |
public static void main(String[] args) throws IOException
IOExceptionpublic static void scoreCollection(NameTagger tagger, String testCollection, String keyCollection, String[] tagsToScore)
public static void scoreCollection(NameTagger tagger, DocumentCollection testCol, DocumentCollection keyCol, String[] tagsToScore)
Copyright © 2016 New York University. All rights reserved.