Intent-Markup

Library which purpose is to specify which intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

one.leftshift.intent-markup
Идентификатор

Идентификатор

intent-markup-java
Последняя версия

Последняя версия

0.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Intent-Markup
Library which purpose is to specify which intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S
Ссылка на сайт

Ссылка на сайт

https://github.com/leftshiftone/intent-markup
Система контроля версий

Система контроля версий

https://github.com/leftshiftone/intent-markup

Скачать intent-markup-java

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/one.leftshift.intent-markup/intent-markup-java/ -->
<dependency>
    <groupId>one.leftshift.intent-markup</groupId>
    <artifactId>intent-markup-java</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/one.leftshift.intent-markup/intent-markup-java/
implementation 'one.leftshift.intent-markup:intent-markup-java:0.6.0'
// https://jarcasting.com/artifacts/one.leftshift.intent-markup/intent-markup-java/
implementation ("one.leftshift.intent-markup:intent-markup-java:0.6.0")
'one.leftshift.intent-markup:intent-markup-java:jar:0.6.0'
<dependency org="one.leftshift.intent-markup" name="intent-markup-java" rev="0.6.0">
  <artifact name="intent-markup-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.leftshift.intent-markup', module='intent-markup-java', version='0.6.0')
)
libraryDependencies += "one.leftshift.intent-markup" % "intent-markup-java" % "0.6.0"
[one.leftshift.intent-markup/intent-markup-java "0.6.0"]

Зависимости

runtime (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.28
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10
org.jetbrains.kotlin : kotlin-reflect jar 1.4.10
org.apache.commons : commons-lang3 jar 3.0

Модули Проекта

Данный проект не имеет модулей.

CircleCI branch GitHub tag (latest SemVer) Maven Central npm (scoped) PyPI

intent-markup

This library is used to specify which Intents of a digital assistant may be suitable for the autocomplete feature of A.I.O.S.

This library can be used with Java, Python and Javascript. Intent Utterances can be excluded for the autocomplete feature as follows.

<!-- disable autocomplete, default is true -->
<intent autocomplete="false">Das ist ein Beispiel.</intent>

<!-- wird automatisch in <intent>Das ist ein Beispiel.</intent> konvertiert -->
Das ist ein Beispiel.

Development

Release

Releases are triggered locally. Just a tag will be pushed and CI pipelines take care of the rest.

Major

Run ./gradlew final -x sendReleaseEmail -Prelease.scope=major locally.

Minor

Run ./gradlew final -x sendReleaseEmail -Prelease.scope=minor locally.

Patch

Run ./gradlew final -x sendReleaseEmail -Prelease.scope=patch locally.

one.leftshift.intent-markup

Leftshift One

LeftshiftOne is a software company in the field of AI. Our guideline is to use AI symbiotically while respecting correct ethical values.

Версии библиотеки

Версия
0.6.0