Carlos-Francisco Méndez-Cruz

Last README

......@@ -14,14 +14,14 @@ $ pip3 install git+https://github.com/OntoGene/OGER.git
```shell
$ export CLASSPATH=/path/STANFORD_CORENLP/stanford-corenlp-full-2017-06-09/*
```
2. Create new dir in source
2. Create new dir in source:
```shell
$ cd source
$ mkdir newdir
```
3. Save your text file with sentences in newdir
4. Run python script with Python 3.x
4. Run python script with Python 3.x:
```shell
$ cd bind
......