Salt
3.3.6-SNAPSHOT
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
|
Copyright 2009 Humboldt-Universität zu Berlin. More...
Packages | |
package | common |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | core |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | exceptions |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | graph |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | impl |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | index |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | samples |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | semantics |
Copyright 2009 Humboldt-Universität zu Berlin. | |
package | util |
Copyright 2009 Humboldt-Universität zu Berlin. | |
Classes | |
interface | Beta |
Indicates that this part of the API might be changed in an incompatible way in future releases. More... | |
interface | ISaltFactory |
enum | SALT_TYPE |
class | SaltFactory |
enum | SDATATYPE |
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.
interface org::corpus_tools::salt::Beta |
Indicates that this part of the API might be changed in an incompatible way in future releases.
Salt follows the semantic versioning scheme but for classes or functions having this annotation the "no downward compatible changes" promise might not be kept. Normally this function is safe to use and release ready but the interface might change in the future.
If a class has this annotation all functions of this class are implicitly marked with
as well. Implementations of interfaces with a
annnotation will inherit the beta status as well.