|
||||||||||
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.PhoneticComplementFirstAlgorithm
public class PhoneticComplementFirstAlgorithm
PhoneticComplementFirstAlgorithm : remove all complement phonetic from bilitere sequence - implemented algorithm
Constructor Summary | |
---|---|
PhoneticComplementFirstAlgorithm(java.util.HashMap args)
initialize the first algorithm for phonetic complement. |
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 PhoneticComplementFirstAlgorithm(java.util.HashMap args)
initialize the first algorithm for phonetic complement.
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 |