Hello Bob, Thank you very much for your previous answer. I would deeply appreciate your suggestion in the following question. I am going to use LingPipe...
LingPipe 3.1.1 is out. It patches some bugs reported for 3.1.0, but does not introduce any new functionality. Bugs fixed included the TF/IDF classifier bug, a...
We're still having problems with Sun's 1.6 JDK. Now, the problem is a failing unit test for the TfIdfClassifier. It passes Windows (32 bit and 64 bit) and...
Hi, I'm playing with LingPipe's DynamicLMClassifier and I'm trying to categorize text into 3 categories: good, neutral & bad. The underlying algorithm for...
LINGPIPE 3.1.0 RELEASE ====================== Minor Release ============= The latest release of LingPipe is LingPipe 3.1.0. This minor release replaces...
Hello all, I wonder if I can use LingPipe for clustering sentences using their syntactic parse trees as features. If yes, how can accomplish this ? Best...
Hi All! I am starting to learn Language Modeling approach for Classification. I understand that one of main advantages of LM is that it does not require text...
Is anyone else having trouble compiling LingPipe 3.0? I was hoping it wouldn't be a disaster, but I'm now seeing the bugs in the various compilers as I get...
Hi there, i am pretty new to the NLP sector, so please forgive me my perhaps dumb questions... What i am searching is a way to retrieve all kind of relations...
Hi! I'm working on a system to try to automate the analysis of customer satisfaction based on a database of their e-mail correspondences. So far we've had good...
LingPipe 2.4.1 Released ======================= This is a patch release replacing LingPipe 2.4.0. It patches all bugs that have been reported to us; thanks to...
Hi all, this is my first post, I'm a new LingPipe user, but very impressed so far. Kudos on an excellent piece of software! As an early exercise, I'm trying to...
I just put LingPipe 2.4.0 up on our web servers. It's a fairly minor change in terms of code, but the upgrades are not 100% backward compatible. I ran tests...
Hi, I've been searching through Google, the LingPipe API, and the LingPipe Yahoo group archives to no avail. I'm trying to create a TokenizedLM trained not on...
Hello all, I'm currently using ne-en-news-muc6.AbstractCharLmRescoringChunker on some test corpi. I've noticed that when I'm passing various news articles,...
hi! i am trying to do coreference resolution in spanish texts with lingpipe. I have a small training corpus with PERSON/LOCATION/PRONOUN annotated data. I...
Over the weekends, we began having DNS problems with alias-i.com. We haven't gotten any alias-i.com email, and the LingPipe site is temporarily down. Our...
Hi, I'm just starting out with LingPipe and NLP. I'm hoping that someone can point me in a general direction on how to extend LingPipe's Named Entity...
I'm using LingPipe in my research and would like to cite it in a peer-reviewed poster I am presenting. How can I do this? Thanks, Chris -- Christopher M....
... Spot on. It was a very tough call, but our main problem in apps tends to be space, not speed. Each double is 8 bytes, and there are two per internal node...
... Great mail! This is what makes having your source out there so much fun (not to mention so useful). I'm cross-posting this back to our mailing list. I...
Hello, I've noticed that the MentionAnnotator.java in demos/tutorial/uima/src/com/aliasi/uima for UIMA integration seemed at little outdated and had some...
Hi, It's been a while since I played with Interesting Phrases, so I no longer remember how fast that stuff works. What I am wondering is how suitable this code...
Dear all, Recently I started to explore LingPipe for my Msc Thesis and I am writing a simple program to text NE. I am using HmmCharLmEstimator to train...
I'll be speaking in the comp ling seminar at Columbia on Thursday. The public's invited. This is a technical talk -- not an API talk like the ones we've been...
What is the best way to optimize the CorefDemo? I ran it through a open source profiler (http://jrat.sourceforge.net/) while running it on a sample document...