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: Nicholas Rizzolo <rizzolo AT gmail.com>
  • To: Lars Buitinck <larsmans 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 08:41:11 -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>

On Thu, Apr 7, 2011 at 5:01 AM, Lars Buitinck
<larsmans AT gmail.com>
wrote:
> 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; }

Does the block "{ return tok.bioLabel; }" appear anywhere else in the
LBJ source file?

Also, if you're willing to send me that source file, I can take a closer look.

- Nick





Archive powered by MHonArc 2.6.16.

Top of Page