public class ChunkTester extends Object
Chunker on given testing data. Chunker must exist before attempting to compile
this code.
java edu.illinois.cs.cogcomp.chunker.main.ChunkTester <test data>
[<parser>]
The first command line parameter should be filled in with the name of a file containing labeled
testing data. The optional second parameter is the name of a parse.Parser whose
constructor takes the name of a file as a String as input and that produces
parse.LinkedVector objects representing sentences. When omitted, the default is
CoNLL2000Parser.
classify.TestDiscrete class.| Constructor and Description |
|---|
ChunkTester() |
| Modifier and Type | Method and Description |
|---|---|
static void |
chunkTester(String testFile) |
static void |
chunkTester(String testFile,
String modeldir,
String modelname) |
static void |
main(String[] args) |
Copyright © 2017. All rights reserved.