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...
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...
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...
Hello, I am trying to use the Lingpipe training command. Initially, as a quick test I decided to use the sample.xml output file generated by the lingpipe demo....
Greetings. I was trying to play a bit with the sentence models and I had the following problem. I tried to use the HeuristicSentenceModel with the following...
Greetings. I was migrating from 1.0.7 to version 2.0 and I had the following problems: 1) I couldn't used the models created with the previous version. The ...
Greetings. I have modified the ne.Decoder class so that it writes in a file the scores of the HMM during tagging. I was planning to give the user a command...
Hello all, I am writing the tutorials for the 2.0 release. I have one ready to go for text classification and am interested in feed back. I want to check that...
... basically collocations, ... LingPipe ... functionality I need. ... I'm afraid the short answer is still 'no'. Warning: The long answer is pretty long. I...
Hello All, The 2.0 Beta release of LingPipe is available for download at http://alias-i.com/lingpipe2.0.Beta New features include: - Text Classification -...
Dear All, I am currently experimenting with LingPipe for geoparsing and geocoding task. LingPipe is used to annotate location named entities. I do have...
Hi everyone, I'm new to LingPipe - I'm currently evaluating it for use in my PhD project where I need a reasonably reliable way of determining sentence ...
As it stands, LingPipe 1.0 doesn't do the right thing for XML documents with namespace declarations. I wanted to share the plan for partial support in the...
I fixed three problems and managed to train a model on your data. The bug was in our documentation, not the code. 1. Incomplete NETrainCommand doc The...
Bogdan Sacaleanu's solution works in 1.0.7. Thanks! I might even argue that everything39;s working according to spec. But I think Herb Chong's onto something ...
I just uploaded a new version of the site, including version 1.0.7 of LingPipe: http://www.aliasi.com/lingpipe It addresses some issues raised on this mailing ...
I finally managed to get the retrain command to work, but I'm a little puzzled by the results. Here is what appears in the model file if it is opened in...
... The model file's not meant to be readable -- it's a binary encoding of the statistics required for named-entity extraction. What you need to do now is use...
Hello, I have downloaded LingPipe and am eager to start using it. I have experimented with it a bit, but I can't find examples on how to use it inside a java...
This is a known bug (my fault) with an easy workaround: Use "./NCHFDL" rather than "NCHFDL" in the file name. I patched it for the next release (2.0). The bug...
Ok, I switched where i was running the command from and got it working again, but with the same error I got the first time it ran. Here is my command line and...
I finally got the train command to run :) Thanks a lot for your help Bob. I did receive an error after the command but I don't know if it's significant....
... Yes, that should be more than enough. Are you tagging different kinds of entities? The more entity types there are, the more training data you need to ...
Hi, I wonder if I can find some examples that illustrate how to use NEEvaluateCommand. I'm also interested in using it for 10-fold cross validation... Please...