Package | Description |
---|---|
de.citec.tcs.alignment.comparators |
This module defines the interfaces for Comparators in the TCS Alignment Toolbox.
|
de.citec.tcs.alignment.sequence |
This module contains the sequence datastructure of the
TCS Alignment Toolbox.
|
de.citec.tcs.alignment.wrappers |
This module contains some wrappers to make usage of the
TCSAlignmentToolbox easier.
|
Constructor and Description |
---|
IndexingAlphabetWrapper(Alphabet alphabet) |
Modifier and Type | Method and Description |
---|---|
Alphabet |
SymbolicValue.getAlphabet()
Returns the Alphabet that defines which symbols are allowed for this
keyword.
|
Alphabet |
SymbolicKeywordSpecification.getAlphabet()
Returns the Alphabet that defines which symbols are allowed for this
keyword.
|
Constructor and Description |
---|
Sequence(String sequenceString,
Alphabet alphabet)
Sets up a trivial sequence with only one keyword (DEFAULTKEYWORD) and treats
the string content between | delimiters in the input string as symbolic
values.
|
SymbolicKeywordSpecification(Alphabet alphabet,
String keyword) |
SymbolicValue(Alphabet alphabet) |
SymbolicValue(Alphabet alphabet,
String symbol) |
Modifier and Type | Field and Description |
---|---|
static Alphabet |
RandomSequenceGenerator.DEFAULTALPHABET |
Modifier and Type | Method and Description |
---|---|
static Sequence[] |
StringEditDistance.toSequences(Collection<String> strings,
Alphabet alphabet)
Transforms the given strings to the TCSAlignmentToolbox Sequence format
using the given alphabet.
|
static Sequence[] |
StringEditDistance.toSequences(String[] strings,
Alphabet alphabet)
Transforms the given strings to the TCSAlignmentToolbox Sequence format
using the given alphabet.
|
Copyright (C) 2016-2018 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/