FrameExtractor
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.