This is an archived implementation of the AQUSA tool described in http://bit.ly/aqusa-paper
Visit https://github.com/RELabUU/aqusa-core for a more up to date version of the core of the AQUSA algorithm.
pip install -r requirements.txt
./manage.py db migrate
&& ./manage.py db upgrade
. You might need to delete the migrations in /migrations/versions first.nltk.download
in the Python interactive shell../manage.py translate
. This will throw an error, but this is not a problem.nosetests
stanford-postagger-withModel.jar
and english-left3words-distsim.tagger
to this folderThis is the backend of this application, exposing a simple API to be used by front end applications such as a Ruby on Rails web front-end or an iOS mobile client.
/unique_string/project/new_story
/unique_string/project/stories
/unique_string/project/report
As a demo, you can browse to '/unique_string/project/upload_file' and upload a simple CSV. The report page also serves a simple HTML view.
This is a prototype application that's still quite difficult to figure out. Future versions will be much improved.