org.apache.lucene.analysis.ja.tokenAttributes
Interface PronunciationsAttribute

All Superinterfaces:
org.apache.lucene.util.Attribute
All Known Implementing Classes:
PronunciationsAttributeImpl

public interface PronunciationsAttribute
extends org.apache.lucene.util.Attribute

Attribute for Morpheme.getPronunciations().


Method Summary
 List<String> getPronunciations()
           
 void setMorpheme(Morpheme morpheme)
           
 

Method Detail

getPronunciations

List<String> getPronunciations()

setMorpheme

void setMorpheme(Morpheme morpheme)


Copyright © 2012. All Rights Reserved.