| Package | Description |
|---|---|
| org.corpus_tools.salt.common | |
| org.corpus_tools.salt.common.impl | |
| org.corpus_tools.salt.core | |
| org.corpus_tools.salt.core.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SCorpus
In Salt a corpus is represented by this class.
|
interface |
SCorpusDocumentRelation
|
interface |
SCorpusGraph
In Salt it is possible to create a treelike corpus structure to create
hierarchies between corpora.
|
interface |
SCorpusRelation
This type represents a hierarchical relation between two corpora (two objects
of type
SCorpus). |
interface |
SDocument
In Salt a document is represented by this class.
|
interface |
SDocumentGraph
The document-structure covers the "real" linguistic data, which means primary
data, linguistic structures and annotations on them.
|
interface |
SDominanceRelation
The meaning of the type
SDominanceRelation is a part-of relation. |
interface |
SMedialDS |
interface |
SMedialRelation |
interface |
SOrderRelation
This class provides SOrderRelation, to determine the order of SNodes.
|
interface |
SPointingRelation
Sometimes in linguistics you want to set nodes into a relationship without
adding a set semantic or a hierarchical relation.
|
interface |
SSequentialDS<D,P extends Number> |
interface |
SSequentialRelation<S extends SNode,T extends SNode,P extends Number> |
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 |
SSpanningRelation
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 |
SStructuredNode
This class bundles the node types
SToken, SSpan and
SStructure to be used as target in a SDominanceRelation. |
interface |
STextOverlappingRelation<S extends SNode,T extends SNode> |
interface |
STextualDS |
interface |
STextualRelation
A
STextualRelation links a primary text (as source) with a token (as
target). |
interface |
STimeline |
interface |
STimelineRelation |
interface |
STimeOverlappingRelation<S extends SNode,T extends SNode> |
interface |
SToken
In general, it is not totally clear in linguistics what a token is.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCorpusDocumentRelationImpl |
class |
SCorpusGraphImpl |
class |
SCorpusImpl |
class |
SCorpusRelationImpl |
class |
SDocumentGraphImpl |
class |
SDocumentImpl |
class |
SDominanceRelationImpl |
class |
SMedialDSImpl |
class |
SMedialRelationImpl |
class |
SOrderRelationImpl
This class provides
SOrderRelation, to determine the order of
SNodes. |
class |
SPointingRelationImpl |
class |
SSequentialDSImpl<D,P extends Number> |
class |
SSequentialRelationImpl<S extends SNode,T extends SNode,P extends Number> |
class |
SSpanImpl |
class |
SSpanningRelationImpl |
class |
SStructureImpl |
class |
STextualDSImpl |
class |
STextualRelationImpl |
class |
STimelineImpl |
class |
STimelineRelationImpl |
class |
STokenImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SGraph |
interface |
SNode |
interface |
SRelation<S extends SNode,T extends SNode> |
| Modifier and Type | Class and Description |
|---|---|
class |
SGraphImpl |
class |
SNodeImpl |
class |
SRelationImpl<S extends SNode,T extends SNode> |
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.