Giter Club home page Giter Club logo

EllaVator

Join the chat at https://gitter.im/EllaVator/EllaVator Build Status

How to build

Java 8 is required. If you have multiple Java installations, make sure you export JAVA_HOME to point to the correct version.

Get the source code

This project contains git submodules. Therefore, it should be cloned recursively, i.e.,

$ git clone --recursive https://github.com/EllaVator/EllaVator.git

If this is not done at clone time, it can of course be done later, by running

$ git submodule update --init

Build with Gradle

Simply run

$ ./gradlew shadowJar

to build the standalone application, which will be put into build/libs. The standalone application is a jar file, which can be run with

$ java -jar build/libs/EllaVator.jar

Run with Gradle

Instead of building a standalone jar file, it is also possible to just run the application directly, like this:

$ ./gradlew :run

known issues

After running the command $ ./gradlew :run, if it ouput error like:

repository_ellaVator/src/main/java/ModuleElla.java:17: error: package opendial does not exist
import opendial.DialogueState;
               ^
repository_ellaVator/src/main/java/ModuleElla.java:18: error: package opendial does not exist
import opendial.DialogueSystem;
               ^
repository_ellaVator/src/main/java/ModuleElla.java:19: error: package opendial.modules does not exist
import opendial.modules.Module;
                       ^
repository_ellaVator/src/main/java/ModuleElla.java:31: error: cannot find symbol
public class ModuleElla implements Module {
                                   ^
  symbol: class Module
repository_ellaVator/src/main/java/ModuleElla.java:48: error: cannot find symbol
	public ModuleElla(DialogueSystem system) {
	                  ^

May be one of the submodule is not installed correctly. Try to run the following command:

$ git submodule update --init

ellavator's Projects

ellavator icon ellavator

This is EllaVator project to build Ella the talking eleVator as part of a Saarland University software project class.

opendial icon opendial

A generic Java-based toolkit for building dialogue systems

pi4j icon pi4j

Java library for Raspberry Pi

report icon report

Final report for the software project

sphinx4 icon sphinx4

Pure Java speech recognition library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.