Namgyu Kim created LUCENE-9270:
----------------------------------

             Summary: Update Javadoc about normalizeEntry in Kuromoji 
DictionaryBuilder
                 Key: LUCENE-9270
                 URL: https://issues.apache.org/jira/browse/LUCENE-9270
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Namgyu Kim
            Assignee: Namgyu Kim


The normalizeEntry option is missing from the Javadoc of Kuromoji 
DictionaryBuilder.
 Without this explanation, users don't know what it means until they see the 
code.
Also, if user follows the usage of Javadoc, it will not be built.

So the following contents need to be applied:

1) Change usage
 before:
   java -cp [lucene classpath] 
org.apache.lucene.analysis.ja.util.DictionaryBuilder \
     ${inputDir} ${outputDir} ${encoding}
 after:
   java -cp [lucene classpath] 
org.apache.lucene.analysis.ja.util.DictionaryBuilder \
     ${inputDir} ${outputDir} ${encoding} *${normalizeEntry}*

2) Add description about normalizeEntry

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to