Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
Package org.corpus_tools.salt.common

Copyright 2009 Humboldt-Universität zu Berlin. More...

Packages

package  impl
 Copyright 2009 Humboldt-Universität zu Berlin.
 
package  tokenizer
 Copyright 2009 Humboldt-Universität zu Berlin.
 

Classes

interface  SaltProject
 The salt project is a kind of a super container for a Salt model. More...
 
interface  SCorpus
 In Salt a corpus is represented by this class. More...
 
interface  SCorpusDocumentRelation
 This type represents a hierarchical relation between a corpus (objects of type SCorpus) and a document (objects of type SDocument). More...
 
interface  SCorpusGraph
 In Salt it is possible to create a treelike corpus structure to create hierarchies between corpora. More...
 
interface  SCorpusRelation
 This type represents a hierarchical relation between two corpora (two objects of type SCorpus). More...
 
interface  SDocument
 In Salt a document is represented by this class. More...
 
interface  SDocumentGraph
 The document-structure covers the "real" linguistic data, which means primary data, linguistic structures and annotations on them. More...
 
interface  SDocumentGraphObject
 This interface just converts the return type or the parameter for getting the graph of a node or relation from Graph to SDocumentGraph. More...
 
interface  SDominanceRelation
 The meaning of the type SDominanceRelation is a part-of relation. More...
 
interface  SMedialDS
 
interface  SMedialRelation
 
interface  SOrderRelation
 This class provides SOrderRelation, to determine the order of SNodes. More...
 
interface  SPointingRelation
 Sometimes in linguistics you want to set nodes into a relationship without adding a set semantic or a hierarchical relation. More...
 
interface  SSequentialDS
 
interface  SSequentialRelation
 
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. More...
 
interface  SSpanningRelation
 
interface  SStructure
 Hierarchies are a useful mechanism to express tree-like or hierarchical structures behind a text. More...
 
interface  SStructuredNode
 This class bundles the node types SToken, SSpan and SStructure to be used as target in a SDominanceRelation. More...
 
interface  STextOverlappingRelation
 
interface  STextualDS
 
interface  STextualRelation
 A STextualRelation links a primary text (as source) with a token (as target). More...
 
interface  STimeline
 
interface  STimelineRelation
 
interface  STimeOverlappingRelation
 
interface  SToken
 In general, it is not totally clear in linguistics what a token is. More...
 

Detailed Description

Copyright 2009 Humboldt-Universität zu Berlin.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.