A simple proof-of-concept web service for interpreting natural language queries into structured responses.
- Install Java EE JDK, and make sure it is on your path.
- Install Apache Maven, and make sure it is on your path.
- git clone this repository.
- cd into the
parserdirectory. - run the
runtestserver.shscript, which should bootstrap the project. Please note that this will have to download a lot of dependencies, including several quite large language models totaling a few hundred MB. It may take a while. - Open a web browser and go to the parser page.
- To see minimal time extraction in effect, go to the intepreter page.
- If you already have stuff running on port 8080, the script can take an argument specifying a different port, but the links listed above will need to be modified, of course.