xuchen / openaryhpe

Automatically exported from code.google.com/p/openaryhpe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAryhpe is an implementation of Michael Heilman's question generation system described in the following paper:

M. Heilman and N. A. Smith. 2009. Question Generation via Overgenerating Transformations and Ranking. Language Technologies Institute, Carnegie Mellon University Technical Report CMU-LTI-09-013. PDF

Currently it still lacks a question ranking module but all syntactic marking and transformation rules have been implemented.

OpenAryhpe is written in Java and can run on Linux/Mac/Windows (needs 1~1.5 GB RAM). It is based on Nico Schlaefer's OpenEphyra, a question answering framework.

To compile, simple type "ant".

To run, execute OpenAryhpe.sh (Linux&Mac, must chmod to executable first) or OpenAryhpe.bat (Windows).

About

Automatically exported from code.google.com/p/openaryhpe


Languages

Language:Java 99.9%Language:Batchfile 0.1%Language:Shell 0.1%