Skip to content

Commit

Permalink
fixpaths in test run command
Browse files Browse the repository at this point in the history
  • Loading branch information
apease committed Dec 26, 2024
1 parent cb450f6 commit 6b16669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ the following in your config.xml

<preference name="nlpTools" value="yes" />

To run on the command line, try (changing to your paths)
To run on the command line, try
```
java -Xmx10g -Xss1m -cp /home/user/workspace/sigmanlp/build/classes:/home/user/workspace/sigmanlp/build/lib/* com.articulate.nlp.semRewrite.Interpreter -i
java -Xmx10g -Xss1m -cp $ONTOLOGYPORTAL_GIT/sigmanlp/build/classes:$ONTOLOGYPORTAL_GIT/sigmanlp/lib/* com.articulate.nlp.semRewrite.Interpreter -i
```

Account Management
Expand Down

0 comments on commit 6b16669

Please sign in to comment.