org.kemet.impl.grammar.phonetic_complement
Interface IEpuratePhoneticComplement

All Known Implementing Classes:
PhoneticComplementAlternativAlgorithm, PhoneticComplementFirstAlgorithm

public interface IEpuratePhoneticComplement

Since:
0.2
Author:
fabricemaupin

IEpuratePhoneticComplement : declare algorithm for epurate phonetic complement from BILITERE feature.


Method Summary
 java.lang.String[] epurate(java.lang.String[] transliteration, int number, java.util.HashMap ht)
           return a transliterated sequence without phonetic complements.
 

Method Detail

epurate

java.lang.String[] epurate(java.lang.String[] transliteration,
                           int number,
                           java.util.HashMap ht)
                           throws java.lang.Exception

return a transliterated sequence without phonetic complements.

Parameters:
transliteration - transliteration to epurate
number - number of caracters to concatenate (ex : 2 for biliteres)
ht - informations about phonograms
Returns:
epurated sequenceList
Throws:
java.lang.Exception
Since:
0.2


Copyright © 2008 F. MAUPIN. All Rights Reserved.