To do this, first clone the uroman repository to your local machine and set the bash variable UROMAN to the local path: | |
git clone https://github.com/isi-nlp/uroman.git | |
cd uroman | |
export UROMAN=$(pwd) | |
You can then pre-process the text input using the following code snippet. |