License |
License |
---|---|
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdwrappers |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS Alignment Toolbox Sequence 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wrappers-3.1.1.pom | |
wrappers-3.1.1.jar | 16 KB |
wrappers-3.1.1-sources.jar | 10 KB |
wrappers-3.1.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/wrappers/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>wrappers</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/wrappers/
implementation 'de.cit-ec.tcs.alignment:wrappers:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/wrappers/
implementation ("de.cit-ec.tcs.alignment:wrappers:3.1.1")
'de.cit-ec.tcs.alignment:wrappers:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="wrappers" rev="3.1.1">
<artifact name="wrappers" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='wrappers', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "wrappers" % "3.1.1"
[de.cit-ec.tcs.alignment/wrappers "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : algorithms | jar | 3.1.1 |
de.cit-ec.tcs.alignment : sequence-comparators | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |