Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 591 Bytes

ANLP course

Repository for UPC MIRI subject Advanced Human Language Technologies (AHLT), to contain lab projects.

Need data, papers and resource folders can be downloaded from the courses site here

Set-up

To set up the repository virtualenvironment you need to ensure virtualenv and Python 3.7.5 are installed in your system.

Afterwards, you'll need to generate a virtualenv:

virtualenv anlp -p /usr/bin/python3.7 (or custom path to python 3.7.5)

To activate the new environment, call:

source anlp/bin/activate