Search the web
Sign In
New User? Sign Up
LingPipe
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 52 - 84 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52
Hi, I notice thread from archives Feb 13 2004. I'll post new message on this. On the below Mr. Carpenter claims: Adding Dictionary-Based Training Data ...
sunliue
Offline Send Email
Jul 21, 2004
3:55 pm
53
Dear Sun Liu, you're right that NETrainCommand instantiates NETrain class, but NETrain calls NEDictionaryTrain in one of its functions (train() -> ...
Bogdan Sacaleanu
esbogdan
Online Now Send Email
Jul 21, 2004
5:18 pm
54
Dear Bogdan, Indeed you are correct. Thank you for your response. Unfortunately I do not know the answer to your question below. However I suspect that...
sunliue
Offline Send Email
Jul 21, 2004
6:28 pm
55
... Hello all, At this level of detail I cannot really help since this is really Bob's code. Until Bob gets back from Spain (ACL conference) all I can offer...
reckb
Offline Send Email
Jul 21, 2004
6:54 pm
56
I believe this pertains to a number of messages that arrived when I was on an extended vacation. This is how things *should* work. I'm going to do a number ...
Bob Carpenter
colloquialdo...
Offline Send Email
Aug 5, 2004
8:59 pm
57
I just uploaded a new version of the site, including version 1.0.7 of LingPipe: http://www.aliasi.com/lingpipe It addresses some issues raised on this mailing ...
Bob Carpenter
colloquialdo...
Offline Send Email
Aug 10, 2004
9:09 pm
61
Hi, Try escaping all XML types of characters coming in since it appears LingPipe is trying to treat your document as XML. The way to do this is to convert all...
Kepler
harpman62
Offline Send Email
Jan 18, 2005
4:57 am
62
There are several parts to this answer. 1. Well-formed XML ... You need to replace instances of '&', '<', '>' or '"' with entity references "&amp;", "&lt;",...
Bob Carpenter
colloquialdo...
Offline Send Email
Jan 18, 2005
5:54 pm
63
Hi, I wonder if I can find some examples that illustrate how to use NEEvaluateCommand. I'm also interested in using it for 10-fold cross validation... Please...
saelim
Offline Send Email
Mar 8, 2005
12:54 am
64
... Found it. Thanks....
saelim
Offline Send Email
Mar 8, 2005
5:58 pm
65
I saw from your next message you found what you were looking for, but just to clarify for everyone ... We can't distribute examples because we don't own any of...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 8, 2005
7:32 pm
66
I would like retrain LingPipe for a digital library we are working on. Right now we are tagging all named entities in every document by hand. All of our...
jkriil
Offline Send Email
Mar 9, 2005
4:57 pm
67
Thanks Bob. I have got NEEvaluateCommand to work with -dictionary=DictionaryFilePath (the code of NEEvaluateCommand needs to be modified first). I wonder...
B. Saelim
saelim
Offline Send Email
Mar 9, 2005
6:01 pm
68
... Yes, that should be more than enough. Are you tagging different kinds of entities? The more entity types there are, the more training data you need to ...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 9, 2005
10:28 pm
69
... All of our documents are in XML format, but we are using TEI notation. Using NoteTabPro I wrote a simple clip that converts MUC to TEI notation. I believe...
jkriil
Offline Send Email
Mar 10, 2005
2:20 pm
70
... Great. That's the hardest part of the whole process. I have to do it all the time for evaluations. I looked up TEI and found more than I bargained for. I...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 10, 2005
5:58 pm
71
I tried to run the NETrainCommand using the -server option, but I received the following error: Error: no `server' JVM at `C:\Program ...
jkriil
Offline Send Email
Mar 11, 2005
6:44 pm
72
Bob, i have downloaded and have been experimenting with LingPipe 1.0.7 and i think i have run into a bug. if i take the demo bat file that processes a...
herbchong
Offline Send Email
Mar 11, 2005
9:24 pm
73
... Yes. Here's what Sun has to say: On Microsoft Windows platforms, the Java 2 SDK includes both the Java HotSpot Server VM and Java HotSpot Client VM....
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 12, 2005
12:42 am
74
... Sounds like the namespaces are a bug. Directory tagging may be tickling a "feature". ... LingPipe only looks at contiguous text content, and to find...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 14, 2005
5:53 am
75
I finally got the train command to run :) Thanks a lot for your help Bob. I did receive an error after the command but I don't know if it's significant....
jkriil
Offline Send Email
Mar 15, 2005
2:39 pm
76
... Did the training work? This does not look good. What is the exact command you are using with all params? Does it work with just one training file? breck...
reckb
Offline Send Email
Mar 15, 2005
11:25 pm
77
This is the command line that I used: java -server -Xmx512M -Dorg.xml.sax.driver=org.apache.xerces.parsers.SAXParser -cp ...
jkriil
Offline Send Email
Mar 16, 2005
1:46 pm
78
... The training command actually creates the model file. It will fail if the Java program is not running with sufficient permissions to create the file....
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 18, 2005
5:53 pm
79
Ok, I switched where i was running the command from and got it working again, but with the same error I got the first time it ran. Here is my command line and...
jkriil
Offline Send Email
Mar 21, 2005
1:29 pm
80
This is a known bug (my fault) with an easy workaround: Use "./NCHFDL" rather than "NCHFDL" in the file name. I patched it for the next release (2.0). The bug...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 21, 2005
4:48 pm
81
Hello, I have downloaded LingPipe and am eager to start using it. I have experimented with it a bit, but I can't find examples on how to use it inside a java...
Vasco
vasco_pedro
Offline Send Email
Mar 25, 2005
3:03 am
82
... Assuming you know your way around java prety well, there are a several command classes that pretty much lay everything out for something like NE detection....
reckb
Offline Send Email
Mar 25, 2005
3:27 pm
83
... The place to find the simplest usages of each of the classes is in the unit tests. The commands are complex because of how they gather all the arguments...
Bob Carpenter
colloquialdo...
Offline Send Email
Mar 28, 2005
6:51 pm
84
I finally managed to get the retrain command to work, but I'm a little puzzled by the results. Here is what appears in the model file if it is opened in...
jkriil
Offline Send Email
Mar 30, 2005
5:22 pm
Messages 52 - 84 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help