Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -14,14 +14,14 @@ $ pip3 install git+https://github.com/OntoGene/OGER.git | ... | @@ -14,14 +14,14 @@ $ pip3 install git+https://github.com/OntoGene/OGER.git |
| 14 | ```shell | 14 | ```shell |
| 15 | $ export CLASSPATH=/path/STANFORD_CORENLP/stanford-corenlp-full-2017-06-09/* | 15 | $ export CLASSPATH=/path/STANFORD_CORENLP/stanford-corenlp-full-2017-06-09/* |
| 16 | ``` | 16 | ``` |
| 17 | -2. Create new dir in source | 17 | +2. Create new dir in source: |
| 18 | 18 | ||
| 19 | ```shell | 19 | ```shell |
| 20 | $ cd source | 20 | $ cd source |
| 21 | $ mkdir newdir | 21 | $ mkdir newdir |
| 22 | ``` | 22 | ``` |
| 23 | 3. Save your text file with sentences in newdir | 23 | 3. Save your text file with sentences in newdir |
| 24 | -4. Run python script with Python 3.x | 24 | +4. Run python script with Python 3.x: |
| 25 | 25 | ||
| 26 | ```shell | 26 | ```shell |
| 27 | $ cd bind | 27 | $ cd bind | ... | ... |
-
Please register or login to post a comment