
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
IOExceptionpublic void initFiles(String[] initFiles) throws IOException
initFiles in interface INERReaderIOExceptionprotected void readData()
throws IOException
IOExceptionpublic String getInput()
getInput in interface INERReaderpublic Map<String,String> getEntities()
getEntities in interface INERReaderCopyright © 2024. All rights reserved.