Skip to content

racai-ai/ROBINDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUN

Run ro.racai.robin.dialog.RDManager giving it a micro-world file, such as the one in src\main\resources\precis.mw.

SSLA dependency

SSLA is a Text-To-Speech library developed by Tiberiu Boroș et al. Read about it on arXiv. The source code can be found on GitHub at SSLA. MLPLA is the text preprocessing front-end for SSLA.

Install the SSLA TTS library in your local Maven repository by running this command:

mvn install::install-file -Dfile=speech\ssla\SSLA.jar -DgroupId=ro.racai -DartifactId=ssla -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true

Install the MLPLA text text preprocessing library in your local Maven repository by running this command:

mvn install::install-file -Dfile=speech\mlpla\MLPLA.jar -DgroupId=ro.racai -DartifactId=mlpla -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true

Other issues

If you need to rebuild the jar, do the following from the speech\mlpla folder (create the build folder first and unzip the previous MLPLA.jar jar) there:

jar -c -f MLPLA.jar -m build\META-INF\MANIFEST.MF -C build com\

About

This is the micro-world dialog manager developed in the ROBIN project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages