RE: Japanese word segmentation

2006-11-18 Thread Koji Sekiguchi
Hi Daniel, JapaneseAnalyzer, which is the most popular analyzer in Japan I believe, is there. JapaneseAnalyzer: https://sen.dev.java.net/files/documents/1373/35812/lucene-ja-2.0test2.zip ASL v2.0 applies to the releases of JapaneseAnalyzer. JapaneseAnalyzer is not large program but it uses Sen t

Japanese word segmentation

2006-11-18 Thread Daniel Naber
Hi, does anybody know a (more or less) ready-to-use free Japanese analyzer? I know I can use CJKAnalyzer but I need one that puts only real words into the index (no just n-grams). There seem to be a lot of papers on the Web and there's also "Juma", but I'm looking for a Java-based solution. Re