... I did and adding sent definitely works. ... The commands are particularly complex. The other code is actually much cleaner. I'm actually privatizing a...
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...
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...
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 ...
Hi , the problem is that the "whitespace" array that the "boundaryIndices" method expects is generated by the tokenizer along with the tokens. If you want to ...
Hi, I am totally new to LingPipe, and would really appreciate it if some one out start me off on how I should go about trying to tag named entites in a...
There's some example scripts in bin/ ... ... #!/bin/bash INPUTFILE=$1 export INPUTFILE OUTPUTFILE=$2 export OUTPUTFILE java...
Baden Hughes
badenh@...
Apr 13, 2005 4:04 am
101
Hi, I have already been through those examples, and I would like to use LingPipe in my own Java code. I was wondering if someone would tell me the steps I...
There's Javadoc for the whole suite at http://www.alias-i.com/lingpipe/1_0_7/javadoc/com/aliasi/ which should tell you enough to call this from your own code. ...
Baden Hughes
badenh@...
Apr 13, 2005 4:20 am
103
Hi Mohit, here you have an example of annotating sentence boundaries, named entities and doing co-reference resolution: ...
Hi Bodgan, Thanks a ton, just what I was looking for. Mohit ... entities ... contentType) ... inputChars.length); ... GroupCharactersFilter(filter)); ... + e);...
Hi Bodgan, Just a couple of issues I am still facing. I tried to compile your code, but keep getting 3 errors. They are as follows: 1.getContentCharset() has...
Hi Mohit, the easiest way is to change the classes :o) .... but this is nothing but a HACK and not according to the API intention (sorry for that Bob). So I'm...
I'm afraid we don't currently have nice and simple examples of the API in use outside of the unit tests for the various classes. The commands, as Bogdan S....
Hi Bogdan, Thanks for the help. It did work this time around. Mohit. ... nothing but a ... you a ... probably ... class. ... inputChars.length); ... + e); ... ...
Dear All, I am currently experimenting with LingPipe for geoparsing and geocoding task. LingPipe is used to annotate location named entities. I do have...
There are two ways to incorporate dictionary information into LingPipe's pipeline. First, you can use the lexicon as additional training data. For that, you'd...
Dear Bob, I replicated the code you provided and it sucessfully compiled. However, there was a problem during annotation. Here is how I arranged the compiled...
Hi Geoffrey, as I am having the same problem on both Linux and Solaris (Java 5.0), I tried to find out what the problem is. What I can say right now is that...
Hi Bogdan, I modified the code as you suggested and then run on Suse 9.2 (Java 1.4.2_08), still the same exception was thrown. Should I recompile LingPipe from...
Hi Geoffrey, yes you should .... or just update the LingPipe jar file with the compiled (.class) modified AbstractNECommand class. Regards, Bogdan. ... From:...
Hi Bogdan, I updated the lingpipe jar with GeoDictionary.class and it worked without modification to getDictionaryByParameter(String) function with Java 5.0. ...
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 -...
... The short answer is that there's no such estimator in LingPipe 2.0. There are a couple of methods for pulling out n-gram collocations from a single...
Bob, I guess I should have given more context. I read a paper by David Carmel on lexical affinities to improve search precision. Lexical affinities are...
... 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, 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...