Hey I just wanted to tell you about a great company I found! I applyed for a lower mortgage rate and i only had to fill in a simple form. This month alone I...
Bored? Want to meet someone new? Chat with Real Women in YOUR AREA Just Call 1-800-335-9396 Only $0.99 a min with a major credit card. NO CONNECT FEES! No...
Hi people, I have trained the lingpipe to use speech data [as in the automatic speech recogniser transcripts of english broadcast news]. The named entity...
... The -1 occurs when the pronoun is unresolved to any entity. Can you post an example that you think should have worked? Something like "John Smith came by...
... the following sequence is from one of the development set. president <ENAMEX id="5" type="PER">clinton</ENAMEX> said at the geneva meeting that <ENAMEX...
... type=male_pronoun> ... anyone?? ... lingpipe for ... You appear to have changed the tag from "PERSON" to "PER" for the type. I don't think the matcher...
... Thanks a lot breck. That seems to have done the trick. It seems to get PERSON pretty well now. Does this mean, I must change ORG to ORGANISATION, DAT to...
... It wouldn't be a bad idea to use the "standard" types, and some coref may be affected but I can't recall right now. Pronouns are only going to happen...
... 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...