Go to file
Joseph Birkner 841cb4ecef
Merge pull request #6 from Roboy/joseph-roboy-parser-api
Update parser for direct import into dialog system
2018-06-20 21:57:23 +02:00
demo-www Pre-release of SEMPRE 2.0 2014-12-21 18:43:16 -08:00
freebase Start state 2018-01-27 17:31:58 +01:00
interactive feat(install): Add unlisted dependency and change shebang of ruby script 2017-08-06 19:26:08 +09:00
non-maven-deps Fixed parser multimodule layout. 2018-06-08 02:16:20 +02:00
parser Minor docs and options corrections. 2018-06-20 14:06:41 +02:00
unittest-files Pre-release of SEMPRE 2.0 2014-12-21 18:43:16 -08:00
.gitattributes tracking word2vec 2018-04-19 18:33:41 +02:00
.gitignore [QoL] GitIgnore ignores Target Now 2018-06-20 17:05:18 +02:00
DOCUMENTATION.md Documentation fixes 2016-05-21 15:07:43 -07:00
LICENSE.txt change license 2016-01-08 21:01:13 -08:00
README.md Minor docs and options corrections. 2018-06-20 14:06:41 +02:00
TUTORIAL.md Updated contents on SPARQL in README / TUTORIAL 2016-11-15 14:02:14 -08:00
build.xml Switched to Maven. Yay! Added analyzers 2018-03-16 04:04:37 +01:00
config.properties Quick fix 2018-04-17 23:14:52 +02:00
pom.xml Fixed parser multimodule layout. 2018-06-08 02:16:20 +02:00
quick_run.sh Switched to Maven. Yay! Added analyzers 2018-03-16 04:04:37 +01:00
run Switched to Maven. Yay! Added analyzers 2018-03-16 04:04:37 +01:00
testng.xml exclude my tests in main 2017-03-17 22:40:39 -07:00

README.md

ROBOY SEMANTIC PARSER

Semantic Parser based on SEMPRE.

Installation

Requirements

You must have the following already installed on your system.

  • Java 8 (not 7)
  • Maven
  • Ruby 1.8.7 or 1.9
  • wget
  • make (for compiling fig and Virtuoso)
  • zip (for unzip downloaded dependencies)

Other dependencies will be downloaded as you need them. SEMPRE has been tested on Ubuntu Linux 12.04 and MacOS X. Your mileage will vary depending on how similar your system is.

Build

In order to build application with all needed dependencies run:

mvn clean install

Run

Running the NLU module requires resources that are currently stored in the roboy_dialog parent repository. Please run it from this repository.