public class Annotate extends Object
| Constructor and Description |
|---|
Annotate(BufferedReader breader,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
tokenizeToCoNLL()
Tokenizes and segments input text.
|
String |
tokenizeToCoNLLOffsets()
Tokenizes and segments input text.
|
void |
tokenizeToKAF(ixa.kaflib.KAFDocument kaf) |
String |
tokenizeToText()
Tokenize and Segment input text.
|
static void |
tokensToKAF(Reader breader,
ixa.kaflib.KAFDocument kaf) |
public Annotate(BufferedReader breader, Properties properties)
public void tokenizeToKAF(ixa.kaflib.KAFDocument kaf)
throws IOException
IOExceptionpublic String tokenizeToCoNLL()
public String tokenizeToCoNLLOffsets()
public String tokenizeToText()
public static void tokensToKAF(Reader breader, ixa.kaflib.KAFDocument kaf) throws IOException
IOExceptionCopyright © 2015 IXA pipes. All rights reserved.