Skip to content

interrogator/buzzword

Repository files navigation

buzzword

Version 1.4.0

Build Status readthedocs codecov.io PyPI version Code style: black

Web-app for corpus linguistics; documentation available via ReadTheDocs

Note, this app is currently being overhauled and turned into a Django project. The last stable (Dash) app was version 1.2.5. Versions after this will be in Django, and for now, a bit unstable, as features like user management are added in. Documentation for now targets 1.2.5, not the new Django app.

Setup

  1. Clone this repo
  2. Create some data
  3. Configure settings.py
  4. Configure corpora.json
  5. Start the server:
python manage.py runserver

Reloading corpora.json

If you modify corpora.json, you can reload things with the custom command:

python manage.py reload

Run from Dockerfile

docker build . -t name/tag
docker run -it -p 8001:8000 name/tag

buzzword is now available at http://localhost:8001

About

Web app for corpus/computational linguistics

Resources

License

Stars

Watchers

Forks

Packages

No packages published