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 really complex.
Now I'm having 2 problems: 1. My code depends on log4j, but I found no other analyzers depend on it, so should I keep the dependence or change my code to remove it? 2. This analyzer needs some lexical dictionary(under apache license v2, about 7MB), should it be put into lucene svn repository or just place a reference to let the user download from it's official site<http://code.google.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 <xiaoping...@gmail.com> wrote: > > > 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. > > Excellent! > > > 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 source as a patch? > > Just create yourself an account in Jira > (https://issues.apache.org/jira/secure/Signup!default.jspa<https://issues.apache.org/jira/secure/Signup%21default.jspa>) > and then > you can open a new issue & attach the patch. > > Thanks! > > Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-dev-h...@lucene.apache.org > >