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
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
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
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
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
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
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
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