Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] Error in running the LBJ Tagger

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] Error in running the LBJ Tagger


Chronological Thread 
  • From: "Md. Musfique Anwar" <musfique.anwar AT gmail.com>
  • To: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: [Illinois-ml-nlp-users] Error in running the LBJ Tagger
  • Date: Fri, 15 Feb 2013 17:54:49 +0900
  • 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,

I tried to run Illinois Named Entity Tagger -- Extended Types (2.2) but got the following error:

I gave the following command:

java -classpath LBJ2.jar:LBJ2Library.jar:LbjNerTagger.jar -Xmx2000m LbjTagger.NerTagger -annotate /home/musfique/foo.txt /home/musfique/foo.tagged.txt true Config/allFeaturesBigTrainingSet.config

Error message shown:

Exception in thread "main" java.lang.NoClassDefFoundError: LbjTagger/NerTagger
Caused by: java.lang.ClassNotFoundException: LbjTagger.NerTagger
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)

I could not figure out the problem. I will be happy if anyone can tell me the solution. Also I like to know how to use Illinois Named Entity Tagger to java code.

best regards-

Musfique Anwar



Archive powered by MHonArc 2.6.16.

Top of Page