Search the web
Sign In
New User? Sign Up
LingPipe
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 92 - 122 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
92
... I did and adding sent definitely works. ... The commands are particularly complex. The other code is actually much cleaner. I'm actually privatizing a...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 1, 2005
5:52 pm
93
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...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 2, 2005
12:28 am
94
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...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 4, 2005
7:49 pm
95
Hello all, Since we are about to release 2.0 I thought I would take stock in who is using LingPipe currently. Please post here or send email to ...
reckb
Offline Send Email
Apr 6, 2005
1:18 am
96
Hi, We're playing with Lingpipe, not really using it yet... Regards, Milind Joshi IDEA TECHNOSOFT INC. http://www.ideatechnosoft.com ... From:...
Milind Joshi
milwiz
Offline Send Email
Apr 6, 2005
8:07 pm
97
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 ...
darkstir
Offline Send Email
Apr 12, 2005
3:33 pm
98
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 ...
Bogdan Sacaleanu
esbogdan
Online Now Send Email
Apr 12, 2005
4:50 pm
99
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...
Mohit Devnani
devnaniums
Offline Send Email
Apr 13, 2005
3:58 am
100
There's some example scripts in bin/ ... ... #!/bin/bash INPUTFILE=$1 export INPUTFILE OUTPUTFILE=$2 export OUTPUTFILE java...
Baden Hughes
badenh@...
Send Email
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...
Mohit Devnani
devnaniums
Offline Send Email
Apr 13, 2005
4:10 am
102
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@...
Send Email
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: ...
Bogdan Sacaleanu
esbogdan
Online Now Send Email
Apr 13, 2005
8:42 am
104
Hi Bodgan, Thanks a ton, just what I was looking for. Mohit ... entities ... contentType) ... inputChars.length); ... GroupCharactersFilter(filter)); ... + e);...
Mohit Devnani
devnaniums
Offline Send Email
Apr 13, 2005
1:20 pm
105
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...
Mohit Devnani
devnaniums
Offline Send Email
Apr 13, 2005
1:51 pm
106
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...
Bogdan Sacaleanu
esbogdan
Online Now Send Email
Apr 13, 2005
4:30 pm
107
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....
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 13, 2005
9:48 pm
108
Hi Bogdan, Thanks for the help. It did work this time around. Mohit. ... nothing but a ... you a ... probably ... class. ... inputChars.length); ... + e); ... ...
Mohit Devnani
devnaniums
Offline Send Email
Apr 14, 2005
5:16 am
109
Dear All, I am currently experimenting with LingPipe for geoparsing and geocoding task. LingPipe is used to annotate location named entities. I do have...
annageof
Offline Send Email
Apr 15, 2005
4:56 pm
110
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...
Bob Carpenter
colloquialdo...
Offline Send Email
Apr 15, 2005
8:36 pm
111
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...
annageof
Offline Send Email
Apr 25, 2005
7:55 am
113
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...
Bogdan Sacaleanu
esbogdan
Online Now Send Email
Apr 26, 2005
9:40 am
114
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...
annageof
Offline Send Email
Apr 26, 2005
1:01 pm
115
Hi Geoffrey, yes you should .... or just update the LingPipe jar file with the compiled (.class) modified AbstractNECommand class. Regards, Bogdan. ... From:...
Bogdan Sacaleanu
esbogdan
Online Now Send Email
Apr 26, 2005
1:55 pm
116
Hi Bogdan, I updated the lingpipe jar with GeoDictionary.class and it worked without modification to getDictionaryByParameter(String) function with Java 5.0. ...
annageof
Offline Send Email
Apr 28, 2005
9:56 am
117
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 -...
Breck Baldwin
ling_pipe
Offline Send Email
Apr 30, 2005
12:09 am
118
Could anyone point me to the package/classes that train and use an estimator of the form p(word|word_in_context)? Thanks Isabelle...
imoulinier
Offline Send Email
May 4, 2005
5:09 pm
119
... 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 Carpenter
colloquialdo...
Offline Send Email
May 4, 2005
11:41 pm
120
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...
imoulinier
Offline Send Email
May 5, 2005
4:25 am
121
... basically collocations, ... LingPipe ... functionality I need. ... I'm afraid the short answer is still 'no'. Warning: The long answer is pretty long. I...
Bob Carpenter
colloquialdo...
Offline Send Email
May 5, 2005
11:37 am
122
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...
reckb
Offline Send Email
May 5, 2005
7:19 pm
Messages 92 - 122 of 777   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help