Skip to Content.
Sympa Menu

illinois-ml-nlp-users - [[Illinois-ml-nlp-users] ] Trouble upgrading to 3.0.71

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] ] Trouble upgrading to 3.0.71


Chronological Thread 
  • From: Richard Eckart de Castilho <richard.eckart AT gmail.com>
  • To: "illinois-ml-nlp-users AT lists.cs.illinois.edu" <illinois-ml-nlp-users AT lists.cs.illinois.edu>
  • Subject: [[Illinois-ml-nlp-users] ] Trouble upgrading to 3.0.71
  • Date: Sat, 10 Sep 2016 22:19:10 +0200

Hi all,

I have some trouble upgrading from 3.0.44 to 3.0.71.

After changing my code to disable lazy loading and replacing
calls to getView(...) with addView(...) the code compiles
nicely again. However, the POS tagger is producing bad results
now.

With 3.0.44, "This is a test ." is tagged as

"DT", "VBZ", "DT", "NN", "."

With 3.0.71, I get

"NNP", "NN", "NN", "NN", "NN"

Maybe something fundamental in the data model has changed.
Any ideas what that might be?

I noticed that in TextAnnotation, the setTokens() method
has been deprecated. It took the character offsets. The
new TokenLabelView doesn't seem to bear character offsets.
Are you going to drop support for character offsets in the
future?

Cheers,

-- Richard



Archive powered by MHonArc 2.6.19.

Top of Page