Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [Illinois-ml-nlp-users] Please help with this error( Error- expecting the 'configFilename' parameter, read:BILOU)

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] Please help with this error( Error- expecting the 'configFilename' parameter, read:BILOU)


Chronological Thread 
  • From: rexi <rexi1010 AT gmail.com>
  • To: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: [Illinois-ml-nlp-users] Please help with this error( Error- expecting the 'configFilename' parameter, read:BILOU)
  • Date: Tue, 14 May 2013 11:30:47 +1200
  • 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,

When I try to run the NerTagger.java to tag the text file I got the following error.

Exception caught:
java.lang.Exception: Error- expecting the 'configFilename' parameter, read:BILOU
    at edu.illinois.cs.cogcomp.LbjNer.LbjTagger.Parameters.readAndLoad(Parameters.java:45)
    at edu.illinois.cs.cogcomp.LbjNer.LbjTagger.Parameters.readConfigAndLoadExternalData(Parameters.java:23)
    at edu.illinois.cs.cogcomp.LbjNer.LbjTagger.NerTagger.main(NerTagger.java:14)

I am using eclipse and I have added the jar files LBJ2.jar,LBJ2Library.jar(I got this from the downloaded LbjNerTagger1.11.release) and LbjNerTagger-2.1.jar(I got this from the extended version because I couldn't find it from the 1.11 version) and I gave the following in Program arguments in eclipse.
-Xmx2000m -annotate sampleText.txt sampletagged.txt true Config/allFeaturesBigTrainingSet.config

Can you please help me to solve this and also I am not sure whether I am running the correct file for tagging the text file?

Thanks,
Rexy





Archive powered by MHonArc 2.6.16.

Top of Page