machinalis / quepy

A python framework to transform natural language questions to queries in a database query language.
Other
1.25k stars 296 forks source link

Updated to new POS Tagger #41

Closed TestSubjector closed 7 years ago

TestSubjector commented 7 years ago

As NLTK has made the perceptron tagger the default POS tagger, the same has to be reflected in Quepy.

PR for the same.

Fixes #40

rafacarrascosa commented 7 years ago

Thank you!