public class CoNLLUDocumentWriter
extends java.lang.Object
Constructor and Description |
---|
CoNLLUDocumentWriter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
printPOSAnnotations(CoreMap sentence)
Outputs a partial CONLL-U file with token information (form, lemma, POS)
but without any dependency information.
|
java.lang.String |
printSemanticGraph(SemanticGraph basicSg) |
java.lang.String |
printSemanticGraph(SemanticGraph basicSg,
SemanticGraph enhancedSg) |
java.lang.String |
printSemanticGraph(SemanticGraph basicSg,
SemanticGraph enhancedSg,
boolean unescapeParenthesis) |
public java.lang.String printSemanticGraph(SemanticGraph basicSg)
public java.lang.String printSemanticGraph(SemanticGraph basicSg, SemanticGraph enhancedSg)
public java.lang.String printSemanticGraph(SemanticGraph basicSg, SemanticGraph enhancedSg, boolean unescapeParenthesis)
public java.lang.String printPOSAnnotations(CoreMap sentence)
sentence
-