Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] LlmCompareSinglePair Test Examples

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

[Illinois-ml-nlp-users] LlmCompareSinglePair Test Examples


Chronological Thread 
  • From: Erik Omberg <ombe0004 AT umn.edu>
  • To: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: [Illinois-ml-nlp-users] LlmCompareSinglePair Test Examples
  • Date: Fri, 12 Dec 2014 09:38:39 -0600
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users/>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

[Please forgive me if you've already read this. I emailed the "contact us" link this help request before I found the mail list group info. Below is the details about the LLM - LlmCompareSinglePair issues I'm observing. Thank you for any help you can provide.]

Hi,
Regarding: LLM (Lexical Level Matcher)
I'm trying to use the LLM tools on your web page, but I'm getting errors trying to run the basic test examples. I really like the live demo on the web page for the LLM tools. Could you please take a look at my procedure and let me know if I'm doing something wrong or you can help?
Thank you very much,
Erik Omberg

I downloaded the LLM from here:
http://cogcomp.cs.illinois.edu/page/download_view/LLM

I tried to run the ./scripts/test.sh after changing the MAIN_PATH and NAME. (The test.sh uses IllinoisLLM-0.1.2.jar, but the jar file in the dist folder is version 0.1.3.jar.)
MAIN_PATH=/home/erik/LLM
NAME="IllinoisLLM-0.1.3.jar"

This is the error I receive:
Error: Could not find or load main class edu.illinois.cs.cogcomp.mrcs.drivers.LlmCompareSinglePair

I'm using cygwin on Windows 7 and this version of java:
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)


Here's my full console window info:

erik@pod ~/LLM
$ sh ./scripts/test.sh
CLASSPATH: /home/erik/LLM/dist/IllinoisLLM-0.1.3.jar:/home/erik/LLM/resources:/home/erik/LLM/config:/home/erik/LLM/lib/commons-collections-3.2.1.jar:/home/erik/LLM/lib/commons-configuration-1.6.jar:/home/erik/LLM/lib/commons-lang-2.4.jar:/home/erik/LLM/lib/commons-logging-1.1.1.jar:/home/erik/LLM/lib/coreUtilities-0.1.4.jar:/home/erik/LLM/lib/curator-client-0.6.jar:/home/erik/LLM/lib/edison-0.2.9.jar:/home/erik/LLM/lib/LBJ2-2.8.2.jar:/home/erik/LLM/lib/LBJ2Library-2.8.2.jar:/home/erik/LLM/lib/libthrift.jar:/home/erik/LLM/lib/MRCS-0.1.4.jar:/home/erik/LLM/lib/MSUtils-0.2.0-SNAPSHOT.jar:/home/erik/LLM/lib/slf4j-api-1.5.8.jar:/home/erik/LLM/lib/slf4j-simple-1.5.8.jar:/home/erik/LLM/lib/springframework.core-3.0.1.jar:/home/erik/LLM/lib/ws-commons-util-1.0.2.jar:/home/erik/LLM/lib/xmlrpc-client-3.1.3.jar:/home/erik/LLM/lib/xmlrpc-common-3.1.3.jar:/home/erik/LLM/lib/xmlrpc-server-3.1.3.jar
running command: 'java -cp /home/erik/LLM/dist/IllinoisLLM-0.1.3.jar:/home/erik/LLM/resources:/home/erik/LLM/config:/home/erik/LLM/lib/commons-collections-3.2.1.jar:/home/erik/LLM/lib/commons-configuration-1.6.jar:/home/erik/LLM/lib/commons-lang-2.4.jar:/home/erik/LLM/lib/commons-logging-1.1.1.jar:/home/erik/LLM/lib/coreUtilities-0.1.4.jar:/home/erik/LLM/lib/curator-client-0.6.jar:/home/erik/LLM/lib/edison-0.2.9.jar:/home/erik/LLM/lib/LBJ2-2.8.2.jar:/home/erik/LLM/lib/LBJ2Library-2.8.2.jar:/home/erik/LLM/lib/libthrift.jar:/home/erik/LLM/lib/MRCS-0.1.4.jar:/home/erik/LLM/lib/MSUtils-0.2.0-SNAPSHOT.jar:/home/erik/LLM/lib/slf4j-api-1.5.8.jar:/home/erik/LLM/lib/slf4j-simple-1.5.8.jar:/home/erik/LLM/lib/springframework.core-3.0.1.jar:/home/erik/LLM/lib/ws-commons-util-1.0.2.jar:/home/erik/LLM/lib/xmlrpc-client-3.1.3.jar:/home/erik/LLM/lib/xmlrpc-common-3.1.3.jar:/home/erik/LLM/lib/xmlrpc-server-3.1.3.jar edu.illinois.cs.cogcomp.mrcs.drivers.LlmCompareSinglePair alternativeLlmConfig.txt test/sts-4-0.8.txt > test/sts-4-0.8.out'
Error: Could not find or load main class edu.illinois.cs.cogcomp.mrcs.drivers.LlmCompareSinglePair



Archive powered by MHonArc 2.6.16.

Top of Page