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

Missing instruction in the Quepy example #39

Open TestSubjector opened 7 years ago

TestSubjector commented 7 years ago

In the example given on the Quepy README.rst, before

python examples/dbpedia/main.py "Who is Tom Cruise?"

, an instruction to configure settings.py (in examples/dbpedia) so that it points to the path where the nltkdata is placed, should be given.