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 158 - 187 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
158
Does LingPipe have any facilities for removing stopwords? Thanks, --Mike...
Michael E. Goldsby
goldsby
Offline Send Email
Aug 4, 2005
1:20 am
159
... For our implementation, check out the com.aliasi.tokenizer package: http://alias-i.com/lingpipe/docs/api/com/aliasi/tokenizer/package-summar y.html You'll...
Bob Carpenter
colloquialdo...
Offline Send Email
Aug 4, 2005
6:37 pm
160
Hi Bogdan, i am trying to get this code to work with lingpipe 2.0. But there is no "AbstractCorefCommand" class anymore. All i want is to split up a text in...
olegbomboleg
Offline Send Email
Aug 18, 2005
1:17 pm
161
... <morgenshalbzehnindeutschland@g...> wrote: Have a look in lingpipe/demos/command/tutorial.html It lays out a bunch of common command line tasks. The...
reckb
Offline Send Email
Aug 18, 2005
3:19 pm
162
An anonymous user sent mail asking how to compute character offsets for sentences. I decided to add some tutorial code that shows how to do this for sentences...
Bob Carpenter
colloquialdo...
Offline Send Email
Aug 18, 2005
5:29 pm
163
Hi breck, thank you for this hint. :-) oleg ... factories ... filter.endSimpleElement(PLAIN_TEXT_TOP_LEVEL_ELEMENT); ... ...
olegbomboleg
Offline Send Email
Aug 19, 2005
6:23 am
164
Hi, i've modified the source code so it handles texts with many whitespaces much better. You often get those texts when working with HTML files. Here is what i...
olegbomboleg
Offline Send Email
Aug 19, 2005
1:09 pm
165
Hello, Is there a white paper especally on Named Entity Tagging Method of LingPipe? Both of papers at http://alias-i.com/lingpipe/papers.html seem to be just...
junji_tomita18
Offline Send Email
Sep 1, 2005
12:19 am
166
... Here are some other presentations available online. I'll add links and add the papers to the distro in the next release. In all cases, the LingPipe...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 1, 2005
5:26 pm
167
Hello, I'm replying to an older email from August 4th, 2005, because it contains some relevant context. ... e/lucene/analysis/StopFi ... Here here :)...
Otis Gospodnetiæ
otis_gospodn...
Offline Send Email
Sep 19, 2005
6:37 pm
168
... I'm working on that now. I have the code that I'll post as a demo with the next release. ... That's a good idea -- I can wrap a TokenStream to create a...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 19, 2005
6:50 pm
169
I've just discovered LingPipe; it has some great features! I have one question about usage, though: if I build a TokenizedLM, then compile it to a file and...
Brian Pinkerton
BriPink
Offline Send Email
Sep 26, 2005
8:36 pm
170
... Nope -- you're absolutely spot on correct in both the way the lm package does behave and how it should behave. Having just reviewed the code after reading...
Bob Carpenter
colloquialdo...
Offline Send Email
Sep 26, 2005
9:09 pm
171
LingPipe Version 2.1 Released New York, 3 October 2005 LingPipe 2.1.0 is out. This release is backward compatible with 2.0 (and in almost all cases, with 1.0...
Bob Carpenter
colloquialdo...
Offline Send Email
Oct 4, 2005
2:53 am
172
Greetings. I was trying to run experiments with a very big model file (56.8MB) generated by a 69.9MB iob file. The training was OK (I had to increase the...
Andreas Vlachos
RiderOnTheSt...
Offline Send Email
Oct 11, 2005
3:34 pm
173
... file=/homes/av308/data/FlybaseAbstracts_17_06_2005/tests/input/mcolosimo_goldstandard.tokens-noDOC ... ...
reckb
Offline Send Email
Oct 12, 2005
5:57 pm
174
... Hi Breck, Thanks for getting back to me. Indeed, I should have provided more details. So here we go: I am using the NE detection model, using your command...
Andreas Vlachos
RiderOnTheSt...
Offline Send Email
Oct 13, 2005
5:43 pm
175
Hello everybody, My name is Philip and i am a student at the School for applied science in Hagenberg Austria. My problem is that i should write a...
spitzph
Offline Send Email
Oct 17, 2005
9:14 am
176
... This could be due to a lot of things. If you'd like me to try to debug it for you, could you put the BIO training file and the test file up somewhere on a...
carp@...
colloquialdo...
Offline Send Email
Oct 17, 2005
10:02 pm
177
... Hi Bob, I can put it on my webpage, but unless you prefer to do it this way, let's see if it can be solved without doings so. ... Thanks for the...
Andreas Vlachos
RiderOnTheSt...
Offline Send Email
Oct 18, 2005
11:28 pm
178
... Longer's more helpful for debugging. Thanks. ... It's a problem when the decoder can't find any viable paths. I'm going to rewrite the decoder so it can...
carp@...
colloquialdo...
Offline Send Email
Oct 19, 2005
7:41 pm
179
Found it. The problem isn't the size of the model per se, but rather the high-skew (see description below) of a transition in the model interacting with...
carp@...
colloquialdo...
Offline Send Email
Oct 19, 2005
8:45 pm
180
... Yes, that's it probably! I think the way I create my training data results in skewed distributions, apart from large models. Thanks for sorting this out, ...
Andreas Vlachos
RiderOnTheSt...
Offline Send Email
Oct 21, 2005
11:38 am
181
Final report on null returns from named-entity decoding. It does turn out to be the case that all possible continuations are being pruned. I fixed that, but...
carp@...
colloquialdo...
Offline Send Email
Oct 24, 2005
8:22 pm
182
Hi all, I've found recently about LinpPipe. I implemented a naive Bayes classifier that follows the approach from Mitchell (Machine Learning) and try it on the...
Eduard Barbu
eduard_barbu
Offline Send Email
Nov 9, 2005
3:55 pm
183
... Thanks for writing to the list -- this is a great case study. The bottom line answer to question two is that LingPipe's classifier is better because of...
carp@...
colloquialdo...
Offline Send Email
Nov 9, 2005
7:40 pm
184
Hi all, First I want to thank Bob for his detailed and competent answer. It really has been useful. However I want to make some clarifications: 1. I do not...
eduard barbu
eduard_barbu
Offline Send Email
Nov 11, 2005
9:05 pm
185
... That's an unusual approach, but mathematically sound. (In fact, more sound than many attempts to deal with unknown tokens.) ... This can skew the result...
carp@...
colloquialdo...
Offline Send Email
Nov 14, 2005
7:01 pm
186
LingPipe 2.1.1 is out (see the Download Page). This release patches all bugs of which we are aware. Major bug fixes include: (a) some MEDLINE handler...
carp@...
colloquialdo...
Offline Send Email
Nov 18, 2005
11:04 pm
187
... Most of the tools out there, like LingPipe, can be trained on arbitrary data. The reason we don't distribute models is that neither the CoNLL licenses nor...
Bob Carpenter
colloquialdo...
Offline Send Email
Nov 20, 2005
7:43 pm
Messages 158 - 187 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