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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

one.leftshift.intent-markup
ArtifactId

ArtifactId

intent-markup-java
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

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
Project URL

Project URL

https://github.com/leftshiftone/intent-markup
Source Code Management

Source Code Management

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

Download intent-markup-java

How to add to project

<!-- 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"]

Dependencies

runtime (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.6.0