is not current version
Last Version 3.1.1

de.cit-ec.tcs.alignment:wrappers 2.0.0

This module contains some wrappers to make usage of the TCSAlignmentToolbox easier. Most important for beginners is the StringEditDistance, which provides convenience functions for simple string comparisons. For sequences of vectors we provide the VectorialSequences wrapper. The RandomSequenceGenerator enables you to generate random multi-modal sequences for testing purposes.

GroupId

GroupId

de.cit-ec.tcs.alignment
ArtifactId

ArtifactId

wrappers
Version

Version

2.0.0
Type

Type

jar

Download wrappers 2.0.0


<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/wrappers/ -->
<dependency>
    <groupId>de.cit-ec.tcs.alignment</groupId>
    <artifactId>wrappers</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/wrappers/
implementation 'de.cit-ec.tcs.alignment:wrappers:2.0.0'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/wrappers/
implementation ("de.cit-ec.tcs.alignment:wrappers:2.0.0")
'de.cit-ec.tcs.alignment:wrappers:jar:2.0.0'
<dependency org="de.cit-ec.tcs.alignment" name="wrappers" rev="2.0.0">
  <artifact name="wrappers" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='wrappers', version='2.0.0')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "wrappers" % "2.0.0"
[de.cit-ec.tcs.alignment/wrappers "2.0.0"]