Skip to content

hytopoulos/arbitrarium

Repository files navigation

Arbitrarium -- An interactive simulation of lexical relationships.

Arbitrarium is a web app for simulating stateful entities (dictionary nouns) by applying lexical relationships found in WordNet and FrameNet.

Screenshot of the frontend

Screenshot of the backend

Building

  1. Create a virtual environment
python -m venv .venv
source .venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Build docker image
docker compose build
  1. Run docker image
docker compose up -d
  1. Add superuser
docker compose exec backend poetry run python manage.py createsuperuser
  1. Run backend tests
docker compose exec backend poetry run python manage.py runtests

About

Interactive simulation using wordnet and framenet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •