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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 33 - 67 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33
Hi, I am trying to run Lingpipe over the Reuter's corpus. However, I am getting the following error. Processing file=data\raw\reut2-021.sgm [Fatal Error]...
gargnavendu
Offline Send Email
Mar 29, 2004
1:30 pm
34
Hi, I am trying to run Lingpipe over the Reuter's corpus. However, I am getting the following error. Processing file=data\raw\reut2-021.sgm [Fatal Error]...
gargnavendu
Offline Send Email
Mar 29, 2004
1:31 pm
35
Hi, I downloaded 'The Count of Monte Cristo' from www.gutenberg.org. I inserted appropriate tags and used lingpipe process it. Here is the error i got. [Fatal...
gargnavendu
Offline Send Email
Mar 30, 2004
1:48 am
36
Hi, If the email occurs as '<aa@...>', the system crashes. [Fatal Error] grexp10.txt:176:22: Element type "hart" must be followed by either attribute...
gargnavendu
Offline Send Email
Mar 30, 2004
2:07 am
37
Am I wrong to conclude that LingPipe detects named entities and anaphora? I input the following sentence to the LingPipe demo. The LingPipe detects only words ...
Manonton Butarbutar
anton_bb
Offline Send Email
Apr 3, 2004
5:37 am
38
... LingPipe does do limited coreference and named entity detection. But like all such technologies it makes mistakes. The named entity detection was not...
reckb
Offline Send Email
Apr 3, 2004
2:19 pm
39
... Navendu, The input format has to be in valid xml. You need to get an xml validator--generally findable on the web for free and use that. To check your...
reckb
Offline Send Email
Apr 3, 2004
2:27 pm
40
Breck, Thank you very much for the explanation. You are very helpful. BTW, are you Frederick Breckenridge Baldwin? I also feed a news text from CNN (inserted...
Manonton Butarbutar
anton_bb
Offline Send Email
Apr 4, 2004
12:06 am
41
... I just checked my passport and indeed that is the case. ... Welcome to the world of statistically trained tools that are optimized for F-measure! On a more...
reckb
Offline Send Email
Apr 4, 2004
12:52 am
42
... A point of clarification. The NE closure flag only operates at the level of sentence, so with closure '<s><ENAMEX ID="1" TYPE="PERSON>John</ENAMEX> was...
reckb
Offline Send Email
Apr 12, 2004
5:11 pm
43
I just updated the LingPipe web site with version 1.0.6. You may have missed 1.0.5 -- it was never uploaded to the site. So I'm including both update logs...
Bob Carpenter
carp@...
Send Email
Apr 22, 2004
7:36 pm
44
Hello everyone - I'm trying to find a tool for summarization and text-mining and Lingpipe seems to be the answer to my query. Though, I do need to tag dates...
caxste
Offline Send Email
Apr 25, 2004
9:04 pm
45
... Do you need to get an actual normalized (absolute) date out the other end? If so, LingPipe's not going to help with that, and you'll need to either (a)...
Bob Carpenter
carp@...
Send Email
Apr 26, 2004
5:30 pm
46
Does anyone know what sentence boundary algorithm that lingpipe use? is there any paper that explain that algorithm and the implementation in lingpipe in...
kirana04
Offline Send Email
May 26, 2004
5:49 pm
47
... We're working on the user's guide now, and that'll contain a detailed text-based description. Should be out in a month or so. Luckily, sentence detection...
Bob Carpenter
carp@...
Send Email
May 26, 2004
6:25 pm
48
Thank you for the explanation about the sentence detection in LingPipe, it really helps me. Anyway, what is Andrei Mikheev's CL paper? Do i know there are two ...
kirana04
Offline Send Email
May 27, 2004
4:43 pm
49
... By all means, keep the questions coming. It helps us sort out our doc and interfaces. ... I should've found the reference for you; I meant the CL journal...
Bob Carpenter
carp@...
Send Email
May 27, 2004
5:12 pm
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
Messages 33 - 67 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