Skip to content

bkiefer/vonda-nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Additional NLP components for the VOnDA dialogue management framework

mvn build

This repository should evolve into a pool of NLP components that can be used with VOnDA, e.g., implementations of the Interpreter and Generator interfaces.

rasa NLU interpreter

Currently, only an adapter to a rasa NLU server and some example files for how to create and train such a NLU are here as an example of possibly other adapters.

The Java part connects to an external rasa HTTP server and gets back JSON result structures, which are then converted with the cplanner framework that is already available in VOnDA. The (declarative) converter rules can be changed according to the specific needs of the project, to match the names and the structures chosen in the training data, in the best case without writing additional java code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published