RE: experiences with lingpipe

2006-11-03 Thread Vladimir Olenin
mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 9:59 AM To: java-user@lucene.apache.org Subject: Re: experiences with lingpipe Martin Braun wrote: > Hi Breck, > > i have tried your tutorial and built (hopefully) a successful > SpellCheck.model File with 49M. > My Lucene In

Re: experiences with lingpipe

2006-11-03 Thread Breck Baldwin
Martin Braun wrote: Hi Breck, i have tried your tutorial and built (hopefully) a successful SpellCheck.model File with 49M. My Lucene Index directory is 2,4G. When I try to read the Model with the readmodel function, i get an "Exception in thread "main" java.lang.OutOfMemoryError: Java heap sp

Re: experiences with lingpipe

2006-11-02 Thread Martin Braun
Hi Breck, i have tried your tutorial and built (hopefully) a successful SpellCheck.model File with 49M. My Lucene Index directory is 2,4G. When I try to read the Model with the readmodel function, i get an "Exception in thread "main" java.lang.OutOfMemoryError: Java heap space", though I started j

Re: experiences with lingpipe

2006-10-25 Thread Breck Baldwin
Martin Braun wrote: Hi Breck, thanks for your answer. What about performance? Tuning params dominate the performance space. A small beam (16 active hypotheses) will be quite snappy (I have 200 queries/sec with a 32 beam. over a 80 gig text collection that with some pruning was 5 gig in

Re: experiences with lingpipe

2006-10-25 Thread Martin Braun
Hi Breck, thanks for your answer. >> >> With lucenes spellcheck contribution I am not really satisfied because >> the Index has some (many?) mispelled words, so the did you mean class >> (from the jave.net example) is good in finding similar mispelled words. >> With the similarWords Function the

Re: experiences with lingpipe

2006-10-23 Thread Otis Gospodnetic
Hi Martin, - Original Message From: Martin Braun <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Monday, October 23, 2006 4:29:03 AM Subject: experiences with lingpipe hi all, does anybody have practical experiences with Ling Pipes Spellchecker (http://www.alias

Re: experiences with lingpipe

2006-10-23 Thread Breck Baldwin
Martin Braun wrote: hi all, does anybody have practical experiences with Ling Pipes Spellchecker (http://www.alias-i.com/lingpipe/demos/tutorial/querySpellChecker/read-me.html)? I wrote the demo and I am the company 'system tuner' so I can perhaps help out here. With lucenes spellcheck

experiences with lingpipe

2006-10-23 Thread Martin Braun
hi all, does anybody have practical experiences with Ling Pipes Spellchecker (http://www.alias-i.com/lingpipe/demos/tutorial/querySpellChecker/read-me.html)? With lucenes spellcheck contribution I am not really satisfied because the Index has some (many?) mispelled words, so the did you mean clas