... 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...
... 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....
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...
... 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...
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...
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...
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...
Indeed. Out of curiosity, the removed the competing coref (just renamed lewinsky investigation to investigation), and got about 92% precision! thanks mate for...
... 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...
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...
... <morgenshalbzehnindeutschland@g...> wrote: Have a look in lingpipe/demos/command/tutorial.html It lays out a bunch of common command line tasks. The...
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...
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...
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...
... 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...
Hello, I'm replying to an older email from August 4th, 2005, because it contains some relevant context. ... e/lucene/analysis/StopFi ... Here here :)...
... 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...
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...
... 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...
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...
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...
... 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...
... 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...