Re: n-gram word support

2009-06-19 Thread Otis Gospodnetic
18, 2009 10:15:12 PM > Subject: n-gram word support > > Hey, > > I was wondering if there is a way to read the index and generate n-grams of > words for a document in lucene? I am quite new to it and am using py

Re: n-gram word support

2009-06-19 Thread Grant Ingersoll
The contrib/analyzers has several n-gram based tokenization and token filter options. On Jun 18, 2009, at 10:15 PM, Neha Gupta wrote: Hey, I was wondering if there is a way to read the index and generate n- grams of words for a document in lucene? I am quite new to it and am using pylucen

Re: n-gram word support

2009-06-18 Thread Sameer Maggon
Yeah, look at the spellcheck component in Solr. They are doing something similar. Sameer. On Thu, Jun 18, 2009 at 7:15 PM, Neha Gupta wrote: > Hey, > > I was wondering if there is a way to read the index and generate n-grams of > words for a document in lucene? I am quite new to it and am using

n-gram word support

2009-06-18 Thread Neha Gupta
Hey, I was wondering if there is a way to read the index and generate n-grams of words for a document in lucene? I am quite new to it and am using pylucene. Thanks, Neha