pcyin / tranX

A general-purpose neural semantic parser for mapping natural language queries into machine executable code
Apache License 2.0
460 stars 111 forks source link

Fix server starting with missing keys by importing the example_processors #36

Open rogeriochaves opened 3 years ago

rogeriochaves commented 3 years ago

Fix server starting with missing keys by importing the example_procesors so that they are registered, and include requirements.txt for those who are more comfortable with it instead of conda like me (if you want to keep only conda I can delete it)

Also update README.txt to run it from project root, causing less confusion for users

This should close #35