Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] How to make LBJNER tagger work in windows seven

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] How to make LBJNER tagger work in windows seven


Chronological Thread 
  • From: Lev-Arie Ratinov <ratinov2 AT uiuc.edu>
  • To: Ivan Cheng <jhcheng89 AT gmail.com>
  • Cc: illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: Re: [Illinois-ml-nlp-users] How to make LBJNER tagger work in windows seven
  • Date: Wed, 10 Nov 2010 13:10:49 -0600
  • 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.

I'd love to hear on the exact errors you're having. Running the tagger
in the windows environment is identical, the only thing is that you
have to use absolute paths everywhere, and you have to use ";" instead
of ":" in the classpath and you need to replace all the "/" in the
classpath to "\"

Eg.
java -Xmx6g -classpath
D:\temp\TFGTagger\dist\TFGTagger.jar;D:\temp\TFGTagger\lib\LBJ2.jar;D:\temp\TFGTagger\lib\LBJ2Library.jar
EndToEndSystemTFG.TFGTagger annotate
D:\temp\TFGTagger\Data\SampleEmails\SampleRawMails
D:\temp\TFGTagger\Data\SampleEmails\SampleTaggedMails
D:\temp\TFGTagger\Config\TFG_ForClient_X.config

This is from a different tool, but this is the style to use.

On Wed, Nov 10, 2010 at 1:39 AM, Ivan Cheng
<jhcheng89 AT gmail.com>
wrote:
> Hi,
> I am a student from Malaysia currently working on my fyp. I wish to use the
> NER tagger as a part of my research, however I could seem to make it work by
> following the readme.txt file. Can anyone please include a detailed
> procedure on how to make the tagger work in a windows seven environment?
> thank you.
> _______________________________________________
> illinois-ml-nlp-users mailing list
> illinois-ml-nlp-users AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/illinois-ml-nlp-users
>
>



--
Peace&Love




Archive powered by MHonArc 2.6.16.

Top of Page