Package | Description |
---|---|
grammarscope.ejb.client | |
grammarscope.server.io.print | |
grammarscope.server.io.serialize | |
grammarscope.server.io.xml |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Printer.analysisToString(Analysis analysis,
int i)
Sentence analysis to string
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Printer.analysisToString(Analysis analysis,
int i) |
Modifier and Type | Method and Description |
---|---|
Analysis |
AnalysisReader.deserializeAnalysis()
Deserialize analysis from zip file
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisWriter.serialize(Analysis analysis)
Serialize bundled data
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XMLPrinter.analysisToXMLString(Analysis analysis,
int sentenceIndex,
Options options)
Sentence analysis to XML string
|