|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.phonetic_complement.PhoneticComplementAlgorithmToolBox
org.kemet.impl.grammar.phonetic_complement.PhoneticComplementAlternativAlgorithm
public class PhoneticComplementAlternativAlgorithm
PhoneticComplementAlternativAlgorithm : remove all complement phonetic from bilitere sequence.
Constructor Summary | |
---|---|
PhoneticComplementAlternativAlgorithm(java.util.HashMap args)
Initialize the alternativ algorithm. |
Method Summary | |
---|---|
java.lang.String[] |
epurate(java.lang.String[] transliteration,
int number,
java.util.HashMap ht)
return a transliterated sequence without phonetic complements. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhoneticComplementAlternativAlgorithm(java.util.HashMap args)
Initialize the alternativ algorithm.
args
- parameters initialized for the grammar manager
see DeveloperGuide : "first step : how to configure the KEMET Library ?"Method Detail |
---|
public java.lang.String[] epurate(java.lang.String[] transliteration, int number, java.util.HashMap ht) throws KemetAPIException
return a transliterated sequence without phonetic complements.
epurate
in interface IEpuratePhoneticComplement
transliteration
- transliteration to epuratenumber
- number of caracters to concatenate (ex : 2 for biliteres)ht
- informations about phonograms
KemetAPIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |