The web page for the Aarhus NLP group. The website is mkdocs using the theme mkdocs material.
Before you can set up you will need to ensure that you have uv installed on your system and that you are able to run a makefile
Then you can install the project using:
make install
and view the docs using:
make docs-serve