Web-app for corpus linguistics
Project description
buzzword
Version 1.4.0
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.
Install
pip install buzzword
Quickstart
The buzzword.create
command will create a directory and populate it with the necessary config files and a sample corpus. Here, we name it workspace
and run buzzword from within it.
buzzword-create workspace
# or: python -m buzzword.create workspace
cd workspace
python -m buzzword
Setup
To set things up more more permanently, either modify the directory created with buzzword-create
, or do the following:
- Create and parse corpus
- Configure a
.env
file from.env.example
- Configure a
corpora.json
file fromcorpora.json.example
- Run the tool with or without command line arguments:
buzzword --debug
# or python -m buzzword --debug
Run from Dockerfile
docker build . -t name/tag
docker run -it -p 8001:8000 name/tag
buzzword is now available at http://localhost:8001
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file buzzword-1.4.0.tar.gz
.
File metadata
- Download URL: buzzword-1.4.0.tar.gz
- Upload date:
- Size: 751.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 937cc0ad9755cd95047da326a0398cb10ba093e62d7bdab1015a33e420ad9588 |
|
MD5 | cc6b4b5ce22b6c908a99f94da0806c6b |
|
BLAKE2b-256 | cd0fad777471eee8b12efe4da505ad6d2f7037958e777993b5554882298e424d |
File details
Details for the file buzzword-1.4.0-py3.7.egg
.
File metadata
- Download URL: buzzword-1.4.0-py3.7.egg
- Upload date:
- Size: 814.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5c8030ab21a213eefd90ccbd6130fe1e717652b7b60be348f26057959d9d5e4 |
|
MD5 | 5dfdd83434f29c0b787d46e206f54232 |
|
BLAKE2b-256 | 17d528e6e41707c3afd8d5e7f7aee5a09c70d9bf10076ea4ea89e1f2f750a917 |