Code for my part II Dissertation on Lexical Normalisation
- Navigate to directory where you would like to have the project folder
- Type
git clone git@github.com:elijoe1/lexnorm.git - Navigate to the top level
lexnorm/directory (containing this README.md) - [Recommended] Create new python 3 virtual environment
- Type
python3 -m pip install -U pip build setuptools wheel - Type
python3 -m pip install -e .