LICENSE
MANIFEST.in
README.rst
setup.py
docs/Makefile
docs/concepts.rst
docs/expression.rst
docs/freeling.rst
docs/handlers.rst
docs/index.rst
docs/installation.rst
docs/nltktagger.rst
docs/quepy.rst
docs/reference.rst
docs/regex.rst
docs/semantic_utils.rst
docs/semantics.rst
docs/tutorial.rst
examples/dbpedia/main.py
examples/dbpedia/dbpedia/__init__.py
examples/dbpedia/dbpedia/country.py
examples/dbpedia/dbpedia/movies.py
examples/dbpedia/dbpedia/music.py
examples/dbpedia/dbpedia/people.py
examples/dbpedia/dbpedia/regex.py
examples/dbpedia/dbpedia/semantics.py
examples/dbpedia/dbpedia/settings.py
examples/dbpedia/dbpedia/tvshows.py
examples/dbpedia/dbpedia/writers.py
quepy/__init__.py
quepy/encodingpolicy.py
quepy/expression.py
quepy/freeling.py
quepy/handlers.py
quepy/nltktagger.py
quepy/printout.py
quepy/quepyapp.py
quepy/regex.py
quepy/semantic_utils.py
quepy/semantics.py
quepy/settings.py
quepy/sysutils.py
quepy/tagger.py
quepy.egg-info/PKG-INFO
quepy.egg-info/SOURCES.txt
quepy.egg-info/dependency_links.txt
quepy.egg-info/requires.txt
quepy.egg-info/top_level.txt
scripts/quepy
tests/test_expressions.py
tests/test_freeling.py
tests/test_nltktagger.py
tests/test_printout.py
tests/test_quepyapp.py
tests/test_regex.py
tests/test_semantic_utils.py
tests/test_semantics.py
tests/test_tagger.py
tests/testapp/__init__.py
tests/testapp/regex.py
tests/testapp/semantics.py
tests/testapp/settings.py