| Package | Description |
|---|---|
| org.corpus_tools.salt.common | |
| org.corpus_tools.salt.common.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SSpan
A span is used to group a couple of tokens together to give them exactly the
same annotation or to connect them as a bunch with a 3rd node at once.
|
interface |
SStructure
Hierarchies are a useful mechanism to express tree-like or hierarchical
structures behind a text.
|
interface |
SToken
In general, it is not totally clear in linguistics what a token is.
|
| Modifier and Type | Method and Description |
|---|---|
SStructure |
SDocumentGraph.createStructure(SStructuredNode... structure)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
| Modifier and Type | Method and Description |
|---|---|
SStructure |
SDocumentGraph.createStructure(List<SStructuredNode> structures)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
| Modifier and Type | Class and Description |
|---|---|
class |
SSpanImpl |
class |
SStructureImpl |
class |
STokenImpl |
| Modifier and Type | Method and Description |
|---|---|
SStructure |
SDocumentGraphImpl.createStructure(SStructuredNode... structures)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
| Modifier and Type | Method and Description |
|---|---|
SStructure |
SDocumentGraphImpl.createStructure(List<SStructuredNode> sourceNodes)
Creates a new
SStructure object, adds it to the graph and returns
the new object. |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.