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]...
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]...
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...
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...
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 ...
... LingPipe does do limited coreference and named entity detection. But like all such technologies it makes mistakes. The named entity detection was not...
... 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...
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...
... 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...
... 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...
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@...
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...
... 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@...
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...
... 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@...
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 ...
... 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@...
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 ...
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...
... 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...
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 ...
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 ...
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...
There are several parts to this answer. 1. Well-formed XML ... You need to replace instances of '&', '<', '>' or '"' with entity references "&", "<",...
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...
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...
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...
Thanks Bob. I have got NEEvaluateCommand to work with -dictionary=DictionaryFilePath (the code of NEEvaluateCommand needs to be modified first). I wonder...