Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] Minor Errors and Corrections for Starting Curator 1.1.2 Servers

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] Minor Errors and Corrections for Starting Curator 1.1.2 Servers


Chronological Thread 
  • From: "Sammons, Mark" <mssammon AT illinois.edu>
  • To: Leslie Huyan <lhuyan AT gmail.com>, "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] Minor Errors and Corrections for Starting Curator 1.1.2 Servers
  • Date: Thu, 4 Sep 2014 14:38:10 +0000
  • Accept-language: en-US
  • 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, Leslie.

Many thanks for identifying these problems.  I will update the curator release to fix them.

Best,

Mark


From: illinois-ml-nlp-users-bounces AT cs.uiuc.edu [illinois-ml-nlp-users-bounces AT cs.uiuc.edu] on behalf of Leslie Huyan [lhuyan AT gmail.com]
Sent: Thursday, September 04, 2014 3:09 AM
To: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: [Illinois-ml-nlp-users] Minor Errors and Corrections for Starting Curator 1.1.2 Servers

Hi guys,

The most recent release for curator 1.1.2 seems to be much better for setup, though, still a few minor errors I have discovered so far and want to point out here.

After compiling with "ant dist":

1) in dist/startServers.sh: bin/illinois-coref-ace-server.sh -p 9094 (add ace-)

2) When starting coref, you may notice the following error:
ERROR e.i.c.c.a.h.IllinoisCorefAceHandler - configs/coref.properties
To fix the error:
in dist/configs: ln -s corefAce.config coref.properties

3) comment out one of the duplicated lemmatizer as below (in dist/startServers.sh): (not sure why the the port is different than the other)
bin/illinois-lemmatizer-server.sh -p 12345 -c configs/lemmatizerConfig.txt >& logs/lemma.log &
bin/illinois-lemmatizer-server.sh -p 16015 -c configs/lemmatizerConfig.txt >& logs/illinois-lemmatizer.log &

3) Remove ner- from the following:
bin/illinois-ner-extended-server.pl ner-basic 9096 configs/ner-conll.config >& logs/ner-ext-conll.log &
bin/illinois-ner-extended-server.pl ner-ext 9097 configs/ner-ontonotes.config >& logs/ner-ext-ontonotes.log &

4) When starting Norm SRL, you may notice an error:
java.io.FileNotFoundException: file:./curator-1.1.2/dist/lib/illinoisSRL-4.1.1.jar!/nombank.list.gz
fix it by adding the containing dir of normbank.list.gz into your classpath

5) When starting Verb SRL, you may notice:
java.lang.IllegalArgumentException: Config File Error: value for tokenizationScheme must be either LbjTokenizationScheme or DualTokenizationScheme
Correct the line in the file: configs/ontonotes.config (it was: LbjTokenizationScheme)


Other than that, everything is good for starting the servers up.

Regards,
Leslie




Archive powered by MHonArc 2.6.16.

Top of Page