Package | Description |
---|---|
org.maltparser.core.config |
Contains classes and an interface for handling parsing scenarios.
|
org.maltparser.core.flow | |
org.maltparser.core.flow.item | |
org.maltparser.core.syntaxgraph | |
org.maltparser.core.syntaxgraph.reader | |
org.maltparser.core.syntaxgraph.writer | |
org.maltparser.parser |
The top package for Single Malt Parser.
|
org.maltparser.transform.pseudo |
Contains classes for performing pre-processing and post-processing transformations on dependency graphs.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigDirChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
Modifier and Type | Method and Description |
---|---|
FlowChartInstance |
FlowChartManager.initialize(int optionContainerIndex,
java.lang.String flowChartName) |
Modifier and Type | Field and Description |
---|---|
protected FlowChartInstance |
ChartItem.flowChartinstance |
Modifier and Type | Method and Description |
---|---|
FlowChartInstance |
ChartItem.getFlowChartInstance()
Returns the flow chart instance that the chart item belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
ChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
Initialize the chart item
|
protected void |
ChartItem.setFlowChartInstance(FlowChartInstance flowChartinstance)
Sets the flow chart instance that the chart item belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
SyntaxGraphChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
void |
GraphAnalyzerChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
void |
CopyChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
Modifier and Type | Method and Description |
---|---|
void |
ReadChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
Modifier and Type | Method and Description |
---|---|
void |
WriteChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
Modifier and Type | Method and Description |
---|---|
void |
SingleMaltChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
Modifier and Type | Method and Description |
---|---|
void |
PseudoProjChartItem.initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification) |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.