| Package | Description |
|---|---|
| org.maltparser.core.config |
Contains classes and an interface for handling parsing scenarios.
|
| org.maltparser.core.flow | |
| org.maltparser.core.flow.spec | |
| org.maltparser.core.flow.system.elem | |
| 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 | Class and Description |
|---|---|
class |
ConfigDirChartItem |
| Modifier and Type | Method and Description |
|---|---|
protected ChartItem |
FlowChartInstance.initChartItem(ChartItemSpecification chartItemSpecification) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedHashSet<ChartItem> |
FlowChartInstance.getPostProcessChartItems() |
java.util.LinkedHashSet<ChartItem> |
FlowChartInstance.getPreProcessChartItems() |
java.util.LinkedHashSet<ChartItem> |
FlowChartInstance.getProcessChartItems() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends ChartItem> |
ChartItemSpecification.getChartItemClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartItemSpecification.setChartItemClass(java.lang.Class<? extends ChartItem> chartItemClass) |
| Constructor and Description |
|---|
ChartItemSpecification(java.lang.String chartItemName,
java.lang.Class<? extends ChartItem> chartItemClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends ChartItem> |
ChartElement.getChartItemClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyChartItem |
class |
GraphAnalyzerChartItem |
class |
SyntaxGraphChartItem |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadChartItem |
| Modifier and Type | Class and Description |
|---|---|
class |
WriteChartItem |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleMaltChartItem |
| Modifier and Type | Class and Description |
|---|---|
class |
PseudoProjChartItem |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.