Re: chinese stopwords

2010-04-10 Thread Gao Pinker
; > -John > > > On Sat, Apr 10, 2010 at 6:17 AM, Gao Pinker wrote: > >> I remember there were some stopwords list on the internet. >> I found these: >> http://hi.baidu.com/zhaocy0113/blog/item/146b5c346a738c4d251f1496.html >> http://download.csdn.net/source/7404

Re: chinese stopwords

2010-04-10 Thread Gao Pinker
I remember there were some stopwords list on the internet. I found these: http://hi.baidu.com/zhaocy0113/blog/item/146b5c346a738c4d251f1496.html http://download.csdn.net/source/740407 On Sat, Apr 10, 2010 at 9:59 AM, John Wang wrote: > Hi: > >I am using the SmartChineseAnalyzer class and it

Re: svn commit: r774718 [2/3] - in /lucene/java/trunk: ./ contrib/analyzers/src/java/org/apache/lucene/analysis/ar/ contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ contrib/analyzers/src/j

2009-05-16 Thread Gao Pinker
According to the license page http://apache.org/licenses/LICENSE-2.0.html#apply, especially APPENDIX: How to apply the Apache License to your work Copyright [] [name of copyright owner] So I included the notice. But as I saw most of the contributors don't include this, you can remove it. By

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-05 Thread Gao Pinker
gt; > > On Tue, May 5, 2009 at 2:30 AM, Gao Pinker wrote: > >> I have opened a new issue( >> http://issues.apache.org/jira/browse/LUCENE-1629) and now creating the >> patch, >> There are 2500 lines of code to be added cause this Chinese analyzer is >> reall

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-05 Thread Gao Pinker
.com/p/imdict-chinese-analyzer/> ? On Mon, May 4, 2009 at 5:44 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > On Mon, May 4, 2009 at 12:21 AM, Gao Pinker wrote: > > > I've got a lexical dictionary from the author under apache license v2, > and > > the

Re: I wanna contribute a Chinese analyzer to lucene

2009-05-03 Thread Gao Pinker
Hi all ! I've got a lexical dictionary from the author under apache license v2, and the code is all written by myself, so, the legal problems are solved entirely. Now could you please tell me how to open an issue in Lucene's Jira ( http://issues.apache.org/jira/browse/LUCENE), so I can post my so

I wanna contribute a Chinese analyzer to lucene

2009-04-16 Thread Gao Pinker
Hi All! I wrote a Analyzer for apache lucene for analyzing sentences in *Chinese*language, it's called *imdict-chinese-analyzer* as it is a subproject of *imdict*, which is an intelligent online dictionary. The project on google code is here: http://code.google.com/p/imdic