This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit d33defb1515e2727bcf8bf17e7cd346ad5e61937 Author: Shad Storhaug <[email protected]> AuthorDate: Mon Nov 25 17:38:26 2019 +0700 Corrected example in lucene-cli docs for analysis-kuromoji-build-dictionary --- src/dotnet/tools/lucene-cli/docs/analysis/kuromoji-build-dictionary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/tools/lucene-cli/docs/analysis/kuromoji-build-dictionary.md b/src/dotnet/tools/lucene-cli/docs/analysis/kuromoji-build-dictionary.md index 6cd060b..6fa08fe 100644 --- a/src/dotnet/tools/lucene-cli/docs/analysis/kuromoji-build-dictionary.md +++ b/src/dotnet/tools/lucene-cli/docs/analysis/kuromoji-build-dictionary.md @@ -56,5 +56,5 @@ Normalize the entries using normalization form KC. ### Example -<code>lucene analysis kuromoji-build-dictionary X:\kuromoji-data X:\kuromoji-dictionary --normalize</code> +<code>lucene analysis kuromoji-build-dictionary IPADIC X:\kuromoji-data X:\kuromoji-dictionary --normalize</code>
