Menu

#16 Simplified Chinese Language Surpport is neaded

open-postponed
nobody
None
5
2011-03-10
2009-03-11
Anonymous
No

It's better if SCAN has the Simplified Chinese Language support!
I can contribute to this work!

Discussion

  • Nobody/Anonymous

    contact me: liuzhonghua@yahoo.com

     
  • Alex Alishevskikh

    It should be possible with Lucene CJK analyzer which is common for Chinese, Japanese and Korean (http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/analysis/cjk/package-summary.html)

    Hint: one can plug a custom language analyzer from Lucene in by adding an entry in conf/languages.xml:

    <language id="ID" analyzer="analyzer-class"/>

    where "ID" is a standard two-letter lang code and analyzer-class - analyzer class name (must be in the classpath)

    Language autoidentification is another story (the question should be adressed to http://ngramj.sourceforge.net/\)

     
  • Alex Alishevskikh

    • status: open --> open-duplicate
     
  • Alex Alishevskikh

    • status: open-duplicate --> open-postponed
     

Log in to post a comment.

Monday.com Logo