com.kotlinnlp:frameextractor

FrameExtractor is a module for semantic frame parsing that performs intent detection and slot filling.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.kotlinnlp
Идентификатор

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

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

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

0.4.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.kotlinnlp:frameextractor
FrameExtractor is a module for semantic frame parsing that performs intent detection and slot filling.
Ссылка на сайт

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

http://github.com/kotlinnlp/frameextractor
Система контроля версий

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

http://github.com/kotlinnlp/frameextractor/tree/master

Скачать frameextractor

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
org.jetbrains.kotlin : kotlin-reflect jar 1.3.31
com.beust : klaxon jar 5.2
com.kotlinnlp : tokensencoder jar 0.5.4

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

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

FrameExtractor Maven Central Build Status

FrameExtractor is a module for semantic frame parsing that performs intent detection and slot filling.

FrameExtractor is part of KotlinNLP.

Getting Started

Import with Maven

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>frameextractor</artifactId>
    <version>0.4.7</version>
</dependency>

Examples

Try some examples of training and testing of the FrameExtractor running the files in the examples folder.

License

This software is released under the terms of the Mozilla Public License, v. 2.0

Contributions

We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

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

Версия
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0