org.mtzky.lucene.filter
クラス HiraganaToKatakanaFilter

java.lang.Object
  上位を拡張 org.apache.lucene.util.AttributeSource
      上位を拡張 org.apache.lucene.analysis.TokenStream
          上位を拡張 org.apache.lucene.analysis.TokenFilter
              上位を拡張 org.mtzky.lucene.filter.CharToCharMappingTokenFilter
                  上位を拡張 org.mtzky.lucene.filter.HiraganaToKatakanaFilter
すべての実装されたインタフェース:
Closeable

public class HiraganaToKatakanaFilter
extends CharToCharMappingTokenFilter

Normalizes Hiragana to Katakana.

Adds 96 to U+3041 ... U+3096 in the Hiragana range.

作成者:
mtzky

入れ子のクラスの概要
 
クラス org.apache.lucene.util.AttributeSource から継承された入れ子のクラス/インタフェース
AttributeSource.AttributeFactory, AttributeSource.State
 
フィールドの概要
 
クラス org.apache.lucene.analysis.TokenFilter から継承されたフィールド
input
 
コンストラクタの概要
HiraganaToKatakanaFilter(TokenStream in)
           
 
メソッドの概要
protected  char convert(char c)
           
 
クラス org.mtzky.lucene.filter.CharToCharMappingTokenFilter から継承されたメソッド
incrementToken
 
クラス org.apache.lucene.analysis.TokenFilter から継承されたメソッド
close, end, reset
 
クラス org.apache.lucene.util.AttributeSource から継承されたメソッド
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

HiraganaToKatakanaFilter

public HiraganaToKatakanaFilter(TokenStream in)
パラメータ:
in -
メソッドの詳細

convert

protected char convert(char c)
定義:
クラス CharToCharMappingTokenFilter 内の convert
パラメータ:
c - character to convert
戻り値:
a converted character


Copyright (C) 2010-2011 Mtzky. AllRights Reserved.