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

Support to other languages? #18

Closed lhfaria closed 8 years ago

lhfaria commented 9 years ago

Hi folks, is there any chance there's a simple way to implement other languages support? Cheers

rafacarrascosa commented 9 years ago

Hi, other languages like SQL? Or other languages like Spanish or Portuguese?

lhfaria commented 9 years ago

Yeap, I meant languages like Portuguese.

_Leandro Faria_about.me/lhfaria 553192132680

2014-10-09 15:01 GMT-03:00 rafacarrascosa notifications@github.com:

Hi, other languages like SQL? Or other languages like Spanish or Portuguese?

— Reply to this email directly or view it on GitHub https://github.com/machinalis/quepy/issues/18#issuecomment-58550931.

rafacarrascosa commented 9 years ago

Each question in natural language must be tokenized, lematized and POS tagged. Currently this is done here using nltk. If you can provide a similar function for Portuguese then you're done! Do you know of a natural language tool for Portuguese that can do that?

rafacarrascosa commented 8 years ago

Expired!