Jar examples for w:wrappers
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.
You can download jar file wrappers 2.1.0 in this page.
The GNU Affero General Public License, Version 3
You can use the following script to add wrappers-2.1.0.jar to your project.
<dependency> <groupId>de.cit-ec.tcs.alignment</groupId> <artifactId>wrappers</artifactId> <version>2.1.0</version> </dependency>
compile group: 'de.cit-ec.tcs.alignment', name: 'wrappers', version: '2.1.0'
libraryDependencies += "de.cit-ec.tcs.alignment" % "wrappers" % "2.1.0"
<dependency org="de.cit-ec.tcs.alignment" name="wrappers" rev="2.1.0"/>
@Grapes(@Grab(group='de.cit-ec.tcs.alignment', module='wrappers', version='2.1.0'))
'de.cit-ec.tcs.alignment:wrappers:jar:2.1.0'
Click the following link to download the jar file.
wrappers-2.1.0-javadoc.jar