Skip to content

kentfrazier/interpret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interpret

A simple proof-of-concept web service for interpreting natural language queries into structured responses.

Steps to Get it Running

  • 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 parser directory.
  • run the runtestserver.sh script, 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.

About

A simple proof-of-concept web service for interpreting natural language queries into structured responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors