Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] LBJ doesn't generate code for classifier

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

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

List archive

Re: [Illinois-ml-nlp-users] LBJ doesn't generate code for classifier


Chronological Thread 
  • From: Lars Buitinck <larsmans AT gmail.com>
  • To: Nicholas Rizzolo <rizzolo AT gmail.com>
  • Cc: illinois-ml-nlp-users <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] LBJ doesn't generate code for classifier
  • Date: Thu, 7 Apr 2011 12:01:26 +0200
  • 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>

2011/4/6 Nicholas Rizzolo <rizzolo AT gmail.com>
On Wed, Apr 6, 2011 at 4:18 AM, Lars Buitinck <larsmans AT gmail.com> wrote:
Initially this looks strange to me since DiscreteFeature is now an
abstract class and can't be instantiated.  Did you upgrade from a
version less than 2.8.0?

Yes, 2.7.

Now I'm guessing you just need to make sure you've cleaned out every
old .class file and LBJ-generated source file from before the upgrade.
 This may involve scouring your CLASSPATH to ensure you've found them
all.

Ok, did that. Now I get a new error:


 generated_java/nl/larsmans/ner/BioRecognizer.java:38: cannot find symbol
symbol  : class BioLabel
location: class nl.larsmans.ner.BioRecognizer
    setLabeler(new BioLabel());
                   ^
generated_java/nl/larsmans/ner/BioRecognizer.java:77: cannot find symbol
symbol  : class BioLabel
location: class nl.larsmans.ner.BioRecognizer
      setLabeler(new BioLabel());
                     ^


BioLabel is still just

discrete BioLabel(Token tok) <- { return tok.bioLabel; }



Archive powered by MHonArc 2.6.16.

Top of Page