Github user myui commented on a diff in the pull request:

    https://github.com/apache/incubator-hivemall/pull/91#discussion_r125152035
  
    --- Diff: docs/gitbook/misc/tokenizer.md ---
    @@ -46,4 +46,25 @@ select 
tokenize_ja("kuromojiを使った分かち書きのテストです。第
     ```
     > 
["kuromoji","使う","分かち書き","テスト","第","二","引数","normal","search","extended","指定","デフォルト","normal","モード"]
     
    -For detailed APIs, please refer Javadoc of 
[JapaneseAnalyzer](https://lucene.apache.org/core/5_3_1/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseAnalyzer.html)
 as well.
    \ No newline at end of file
    +For detailed APIs, please refer Javadoc of 
[JapaneseAnalyzer](https://lucene.apache.org/core/5_3_1/analyzers-kuromoji/org/apache/lucene/analysis/ja/JapaneseAnalyzer.html)
 as well.
    +
    +# Tokenizer for Chinese Texts
    +
    +Hivemall-NLP module provides a Chinese text tokenizer UDF using 
[SmartChineseAnalyzer](http://lucene.apache.org/core/5_3_1/analyzers-smartcn/org/apache/lucene/analysis/cn/smart/SmartChineseAnalyzer.html).
 
    +
    +> add jar 
/tmp/[hivemall-nlp-xxx-with-dependencies.jar](https://github.com/myui/hivemall/releases);
    --- End diff --
    
    Also, better to remote the link to the old page 
`https://github.com/myui/hivemall/releases`.
    
    You can remote the link in the `tokenize_ja` as well in this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to