🚧 Under construction. Please come back 🤓. 🚧
Project developed by the LegalTechLab of University of Liège in Belgium.
In order to simplify and facilitate a methodology for corpus analysis (case law, interview, focus groups, press articles, etc.), Corpus offers a service that is both simple and efficient, based on the experience in qualitative methodology by ULiège.
Available for ULiège students and staff at this address: https://corpus.lltl.be/
http://corpus.tintamarre.be/ with [email protected] / demo
Documentation is available (work in progress) at http://docs.lltl.be
GPLv3 : https://raw.githubusercontent.com/tintamarre/corpus/main/LICENSE
docker-compose exec php vendor/bin/phpunit
git clone https://github.com/tintamarre/corpus
cd ./corpus/src
cp .env.example .env
edit .env
docker-compose up
docker-compose exec php php artisan cache:clear
See the contributing guidelines.
If you want to launch your own instance of Corpus.
git clone https://github.com/tintamarre/corpus
cd ./corpus/src
cp .env.example .env
edit .env
docker-compose up