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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 148 - 177 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
148
How can i use the ClusterScore class? I dont know how i should put the two sets like parameters. In addition, the hierarchical algorithm which is...
Federico Raue
fraue
Offline Send Email
Jul 13, 2005
9:02 am
149
... I've attached some demo code to answer this. Check out ClusterScoreDemo.java. You just need to make sure LingPipe's on its classpath when you run it....
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 13, 2005
6:10 pm
150
There is a way in order to show the partitions using the a fixed number of clustering. I mean that I have the hierarchical clustering or dendrogram. How can...
Federico Raue
fraue
Offline Send Email
Jul 14, 2005
7:43 am
151
How can i implement a stopping criteria using the single or complete link in hierarchical clustering regards,...
Federico Raue
fraue
Offline Send Email
Jul 14, 2005
2:52 pm
152
... The answer to both questions is that the operations are not supported directly, but easy to compute based on the returned dendrogram. If you want to use a...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 14, 2005
4:22 pm
153
Here's the routine for breaking a dendrogram down into a specified set of clusters. I'll add it into the next release. It can be run outside if you provide a...
Bob Carpenter
colloquialdo...
Offline Send Email
Jul 15, 2005
5:28 pm
154
hi bob, I have some problems with the new code. It seems a problems Comparator part. regards, federico...
Federico Raue
fraue
Offline Send Email
Jul 16, 2005
8:44 am
155
Hi, Well, I was running the coref model and found one strange file where the all the instances of the coref are -1. Please find below the original and its...
balakkvj
Offline Send Email
Jul 25, 2005
4:43 pm
156
If the pronoun doesn't resolve to anything it gets a -1 index. In looking at the output there is not more resolution of pronouns because the text is highly...
Breck Baldwin
ling_pipe
Offline Send Email
Jul 25, 2005
5:42 pm
157
Indeed. Out of curiosity, the removed the competing coref (just renamed lewinsky investigation to investigation), and got about 92% precision! thanks mate for...
balakkvj
Offline Send Email
Jul 25, 2005
9:37 pm
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
Messages 148 - 177 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