a

alignment

This Java Toolbox provides several algorithms to align two input sequences, where your sequential data is allowed to be multimodal and multidimensional. We also provide additional tools to inspect the alignment results in more detail or even calculate derivatives of the alignment w.r.t. metric parameters such that you can optimize the alignment parameters according to some cost function. It is written in Java 1.7. and is also compatible with Matlab (version 2013b or higher).
http://openresearch.cit-ec.de/projects/tcs
The GNU Affero General Public License, Version 3
Benjamin Paaßen Georg Zentgraf
Files download
File Operation
alignment-3.1.0.pom download
Apache Maven
<dependency>
  <groupId>de.cit-ec.tcs</groupId>
  <artifactId>alignment</artifactId>
  <version>3.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.cit-ec.tcs:alignment:3.1.0'
Gradle Kotlin
implementation("de.cit-ec.tcs:alignment:3.1.0")
Scala SBT
libraryDependencies += "de.cit-ec.tcs" % "alignment" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.cit-ec.tcs', module='alignment', version='3.1.0')
)
Apache Ivy
<dependency org="de.cit-ec.tcs" name="alignment" rev="3.1.0" />
Leiningen
[de.cit-ec.tcs/alignment "3.1.0"]
Apache Buildr
'de.cit-ec.tcs:alignment:jar:3.1.0'
Dependencies
The project has no third-party dependencies