Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

LingPipe

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 470
  • Category: Open Source
  • Founded: Oct 8, 2003
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 147 - 176 of 1477   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
147 balakkvj Send Email Jun 24, 2005
9:34 pm
... get ... sure. Also, am currently working with broadcast news. Will give the results to you as and when they are available. B PS: Thanks once again for your...
148 Federico Raue
fraue Send Email
Jul 13, 2005
9:02 am
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...
149 Bob Carpenter
colloquialdo... Send Email
Jul 13, 2005
6:10 pm
... 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....
150 Federico Raue
fraue Send Email
Jul 14, 2005
7:43 am
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...
151 Federico Raue
fraue Send Email
Jul 14, 2005
2:52 pm
How can i implement a stopping criteria using the single or complete link in hierarchical clustering regards,...
152 Bob Carpenter
colloquialdo... Send Email
Jul 14, 2005
4:22 pm
... 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...
153 Bob Carpenter
colloquialdo... Send Email
Jul 15, 2005
5:28 pm
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...
154 Federico Raue
fraue Send Email
Jul 16, 2005
8:44 am
hi bob, I have some problems with the new code. It seems a problems Comparator part. regards, federico...
155 balakkvj Send Email Jul 25, 2005
4:43 pm
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...
156 Breck Baldwin
ling_pipe Send Email
Jul 25, 2005
5:42 pm
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...
157 balakkvj Send Email Jul 25, 2005
9:37 pm
Indeed. Out of curiosity, the removed the competing coref (just renamed lewinsky investigation to investigation), and got about 92% precision! thanks mate for...
158 Michael E. Goldsby
goldsby Send Email
Aug 4, 2005
1:20 am
Does LingPipe have any facilities for removing stopwords? Thanks, --Mike...
159 Bob Carpenter
colloquialdo... Send Email
Aug 4, 2005
6:37 pm
... 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...
160 olegbomboleg Send Email Aug 18, 2005
1:17 pm
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...
161 reckb Send Email Aug 18, 2005
3:19 pm
... <morgenshalbzehnindeutschland@g...> wrote: Have a look in lingpipe/demos/command/tutorial.html It lays out a bunch of common command line tasks. The...
162 Bob Carpenter
colloquialdo... Send Email
Aug 18, 2005
5:29 pm
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...
163 olegbomboleg Send Email Aug 19, 2005
6:23 am
Hi breck, thank you for this hint. :-) oleg ... factories ... filter.endSimpleElement(PLAIN_TEXT_TOP_LEVEL_ELEMENT); ... ...
164 olegbomboleg Send Email Aug 19, 2005
1:09 pm
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...
165 junji_tomita18 Send Email Sep 1, 2005
12:19 am
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...
166 Bob Carpenter
colloquialdo... Send Email
Sep 1, 2005
5:26 pm
... 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...
167 Otis Gospodnetiæ
otis_gospodn... Send Email
Sep 19, 2005
6:37 pm
Hello, I'm replying to an older email from August 4th, 2005, because it contains some relevant context. ... e/lucene/analysis/StopFi ... Here here :)...
168 Bob Carpenter
colloquialdo... Send Email
Sep 19, 2005
6:50 pm
... 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...
169 Brian Pinkerton
BriPink Send Email
Sep 26, 2005
8:36 pm
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...
170 Bob Carpenter
colloquialdo... Send Email
Sep 26, 2005
9:09 pm
... 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...
171 Bob Carpenter
colloquialdo... Send Email
Oct 4, 2005
2:53 am
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...
172 Andreas Vlachos
RiderOnTheSt... Send Email
Oct 11, 2005
3:34 pm
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...
173 reckb Send Email Oct 12, 2005
5:57 pm
... file=/homes/av308/data/FlybaseAbstracts_17_06_2005/tests/input/mcolosimo_goldstandard.tokens-noDOC ... ...
174 Andreas Vlachos
RiderOnTheSt... Send Email
Oct 13, 2005
5:43 pm
... 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...
175 spitzph Send Email Oct 17, 2005
9:14 am
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...
176 carp@...
colloquialdo... Send Email
Oct 17, 2005
10:02 pm
... 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...
Messages 147 - 176 of 1477   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help