stanfordnlp / sempre-plot

Semantic Parser with Execution
Other
28 stars 12 forks source link

Accept POST requests #7

Closed ppasupat closed 7 years ago

ppasupat commented 7 years ago

Make the server accept POST requests in order to increase the maximum size of the submitted data. Added request of the form ["q", utterance, context].

Also disable lower-case conversion as field names (e.g., "Acceleration") must be correctly capitalized.