Commit 0f6cee8f by Long Duong

Since the bug a fixed, remove what I added for dianosis for Stanford package.

parent f4219388
...@@ -49,17 +49,6 @@ export STANFORD_MODELS=$(pwd)'/stanford-parser' ...@@ -49,17 +49,6 @@ export STANFORD_MODELS=$(pwd)'/stanford-parser'
export STANFORD_POSTAGGER=$(pwd)'/stanford-postagger' export STANFORD_POSTAGGER=$(pwd)'/stanford-postagger'
export SENNA=$(pwd)'/senna' export SENNA=$(pwd)'/senna'
echo '####################### TESTING STANFORD PACKAGE #############################'
which java
/opt/jdk/latest/bin/java -version
echo 'Good muffins cost $3.88 in New York. Please buy me two of them. Thanks.' > temp.txt
/opt/jdk/latest/bin/java -mx1000m -cp /home/jenkins/third/stanford-postagger/stanford-postagger.jar edu.stanford.nlp.process.PTBTokenizer -charset UTF-8 temp.txt
echo'####################### END TESTING ##########################################'
popd popd
popd popd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment