com.kotlinnlp:frameextractor

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

frameextractor
Last Version

Last Version

0.4.7
Release Date

Release Date

Type

Type

jar
Description

Description

com.kotlinnlp:frameextractor
FrameExtractor is a module for semantic frame parsing that performs intent detection and slot filling.
Project URL

Project URL

http://github.com/kotlinnlp/frameextractor
Source Code Management

Source Code Management

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

Download frameextractor

How to add to project

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

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
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