Skip to content

Commit

Permalink
Merge pull request #17 from interrogator/django
Browse files Browse the repository at this point in the history
Use django and django-plotly-dash
  • Loading branch information
interrogator committed Nov 27, 2019
2 parents c5707a5 + b474ce0 commit a3e7b65
Show file tree
Hide file tree
Showing 49 changed files with 488 additions and 738 deletions.
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ BUZZWORD_TABLE_SIZE=2000,200
# load corpora into memory
BUZZWORD_LOAD=true
# cut datasets to this many rows (useful for very large datasets)
BUZZWORD_MAX_DATASET_ROWS=
BUZZWORD_MAX_DATASET_ROWS=99999
# columns to drop before loading dataset into buzzword
BUZZWORD_DROP_COLUMNS=parse,text
# add governor features to corpora. this allows searching/showing governor token,
# but doubles the loading time on startup, and might slow things down a little
BUZZWORD_ADD_GOVERNOR=false
# preload explore for every corpus?
BUZZWORD_LOAD_LAYOUTS=true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ publish.sh
csv/
corpora.json
uploads/
db.sqlite3
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

> Web-app for corpus linguistics; documentation available [via ReadTheDocs](https://buzzword.readthedocs.io/en/latest/)
> 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.
## Install

```bash
Expand Down
110 changes: 0 additions & 110 deletions buzzword/__main__.py

This file was deleted.

176 changes: 0 additions & 176 deletions buzzword/parts/configure.py

This file was deleted.

45 changes: 0 additions & 45 deletions buzzword/parts/nav.py

This file was deleted.

0 comments on commit a3e7b65

Please sign in to comment.