hi: i have just downloaded lingpipe and tried to run it, i got the following error message (see dump below), does anyone have any idea what may have caused it....
... The exception is thrown when the file is not valid UTF-8. ... This pretty much confirms it. The basic picture with character encodings is: character ->...
Bob Carpenter
carp@...
Feb 2, 2004 5:25 pm
24
Looks like a Windows XP / 1.4.2 JVM problem. See, for instance, the first hit on Google for: Unexpected Signal : EXCEPTION_FLT_STACK_CHECK ...
Bob Carpenter
carp@...
Feb 2, 2004 5:51 pm
25
I was able to recreate your bug, so it's definitely a problem with LingPipe and not with the way you're using it. Thanks for giving me enough info to recreate ...
Bob Carpenter
carp@...
Feb 2, 2004 11:01 pm
26
A new and improved version of LingPipe is available from: http://www.alias-i.com/lingpipe/download.html The bug in CoNLL training has been fixed (see below)....
Bob Carpenter
carp@...
Feb 3, 2004 1:20 am
27
The ConLL TagParser for the 2003 data format, as posted on the list on 30th of January, is buggy - SORRY. In the mean time I have sent Bob a newer version, ...
Dear Bob, as I wasn't able to run WithinDocCorefAnnotateCommand with the new ConLL '03 generated English model, I had a quick look at the code and found the ...
Thanks for the updated models. I used the one you sent me and didn't realize it differed from the one posted earlier. You're absolutely right in your...
Bob Carpenter
carp@...
Feb 3, 2004 5:25 pm
30
Hi everybody! I'm trying to use LingPipe for named entity annotation and I wonder if it's possible to give the program some a-priori constraints. For example,...
... Yes there is--turns out that such a capability is crucial to cover the bald spots in NE annotation output. LinpPipe has two mechanisms for NE annotation...
... Run-time User-Defined Dictionaries ============================================= Yes, you can define your own dictionaries to be applied at run time. Like...
Bob Carpenter
carp@...
Feb 13, 2004 6:48 pm
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]...
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 ...