Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] LBJ POS Tagger in Windows Environment

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

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

List archive

Re: [Illinois-ml-nlp-users] LBJ POS Tagger in Windows Environment


Chronological Thread 
  • From: Nicholas Rizzolo <rizzolo AT gmail.com>
  • To: Sean Dunagan <dunagan5887 AT gmail.com>
  • Cc: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: Re: [Illinois-ml-nlp-users] LBJ POS Tagger in Windows Environment
  • Date: Sun, 13 Mar 2011 14:41:32 -0500
  • 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>

Hi Sean,

Thanks for your interest in our software. Hopefully this will be a
simple fix. In Windows, the path separator is semi-colon instead of
colon. Please give that a try and let me know if you still have
issues.

- Nick


On Sat, Mar 12, 2011 at 9:38 PM, Sean Dunagan
<dunagan5887 AT gmail.com>
wrote:
> I am trying to use the edu.illinois.cs.cogcomp.lbj.pos.POSTagPlain
> application with the LBJPOS.jar file.
> The command I am running is:
> java -classpath LBJPOS.jar:LBJ2Library.jar
> edu.illinois.cs.cogcomp.lbj.pos.POSTagPlain input_file
> When I run this command in the Linux environment, it works fine.  However,
> when I run the command in a Windows environment, I get the following error:
> Exception in thread "main" java.lang.NoClassDefFoundError:
> edu/illinois/cs/cogco
> mp/lbj/pos/POSTagPlain
> Caused by: java.lang.ClassNotFoundException:
> edu.illinois.cs.cogcomp.lbj.pos.POS
> TagPlain
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
> Could not find the main class: edu.illinois.cs.cogcomp.lbj.pos.POSTagPlain.
>  Pro
> gram will exit.
> The LBJPOS.jar and LBJ2Library.jar files are both in the directory I'm
> trying to run this command from.
> Is the jar file only built to run in the Linux environment?
> Thank you very much for your time and help.
> _______________________________________________
> illinois-ml-nlp-users mailing list
> illinois-ml-nlp-users AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/illinois-ml-nlp-users
>
>





Archive powered by MHonArc 2.6.16.

Top of Page