Download wrappers-2.1.0.jar file - Jar w

Jar examples for w:wrappers

Description

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.

License

The GNU Affero General Public License, Version 3

Build File

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'

Download

Click the following link to download the jar file.

wrappers-2.1.0-javadoc.jar
wrappers-2.1.0-sources.jar
wrappers-2.1.0.jar
wrappers-2.1.0.pom



Related Tutorials