File size: 273 Bytes
5fa1a76 |
1 2 3 4 5 6 |
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. |