public class NEEL2014Reader extends Object implements INERReader
Modifier and Type | Field and Description |
---|---|
protected File |
annotationFile |
protected Map<String,String> |
entities |
protected StringBuffer |
input |
static org.apache.log4j.Logger |
LOG |
protected File |
tweetFile |
Constructor and Description |
---|
NEEL2014Reader() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getEntities() |
String |
getInput() |
void |
initFiles(String[] initFiles) |
static void |
main(String[] a)
Test
|
protected void |
readData() |
public static org.apache.log4j.Logger LOG
protected File tweetFile
protected File annotationFile
protected StringBuffer input
public static void main(String[] a) throws IOException
IOException
public void initFiles(String[] initFiles) throws IOException
initFiles
in interface INERReader
IOException
protected void readData() throws IOException
IOException
public String getInput()
getInput
in interface INERReader
public Map<String,String> getEntities()
getEntities
in interface INERReader
Copyright © 2024. All rights reserved.