/corpus

In order to facilitate qualitative data 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.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

🚧 Under construction. Please come back 🤓. 🚧

Corpus

Application for Corpus analysis

Project developed by the LegalTechLab of University of Liège in Belgium.

LegalTechLab

Description

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/

Demo

http://corpus.tintamarre.be/ with demo@corpus.dom / demo

Docs

Documentation is available (work in progress) at http://docs.lltl.be

License

GPLv3 : https://raw.githubusercontent.com/tintamarre/corpus/main/LICENSE

Development

Testing

docker-compose exec php vendor/bin/phpunit

Launch

git clone https://github.com/tintamarre/corpus
cd ./corpus/src
cp .env.example .env
edit .env
docker-compose up

Refresh translations

docker-compose exec php php artisan cache:clear

Deploying

Contributing

See the contributing guidelines.

Production

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