Re: lucene PorterStemmer

2011-04-25 Thread software visualization
Can you share the answer you found? On Sun, Apr 24, 2011 at 8:31 AM, wenlei zhou wrote: > Hi, WeiWei > I have found the answer~~ Thank you very much! > > regards, > Zhou Wenlei > > On 24 April 2011 19:29, wenlei zhou wrote: > > > Hi, WeiWei > > > > I find that org.tartarus.snowball.ext.PorterSt

Re: lucene PorterStemmer

2011-04-24 Thread wenlei zhou
Hi, WeiWei I have found the answer~~ Thank you very much! regards, Zhou Wenlei On 24 April 2011 19:29, wenlei zhou wrote: > Hi, WeiWei > > I find that org.tartarus.snowball.ext.PorterStemmer maybe can be used. > However, there is no example which can tell me how to use it. Can you give > me a e

Re: lucene PorterStemmer

2011-04-24 Thread wenlei zhou
Hi, WeiWei I find that org.tartarus.snowball.ext.PorterStemmer maybe can be used. However, there is no example which can tell me how to use it. Can you give me a example? Regards, Zhou Wenlei On 24 April 2011 19:24, Weiwei Wang wrote: > search lucene snowball > 在 2011-4-24 下午7:14,"wenlei zhou"

Re: lucene PorterStemmer

2011-04-24 Thread Weiwei Wang
search lucene snowball 在 2011-4-24 下午7:14,"wenlei zhou" 写道: > > Hi, guys > I want to stem some English text. > For example: > > String stemTerm(String term){ > ... > } > > We can get the stemmed term of the input term. > > Does any one knows how to use lucene to achieve this target? > > Sincerely

lucene PorterStemmer

2011-04-24 Thread wenlei zhou
Hi, guys I want to stem some English text. For example: String stemTerm(String term){ ... } We can get the stemmed term of the input term. Does any one knows how to use lucene to achieve this target? Sincerely, Zhou Wenlei