| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.cit-ec.tcs.alignment |
| Идентификатор | Идентификаторwrappers |
| Последняя версия | Последняя версия3.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTCS 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.cit-ec.tcs.alignment : algorithms | jar | 3.1.1 |
| de.cit-ec.tcs.alignment : sequence-comparators | jar | 3.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |