Interface IPALookupPostProcessor
- All Known Implementing Classes:
ToneFixes
public interface IPALookupPostProcessor
-
Method Summary
Modifier and TypeMethodDescriptionpostProcess
(IPADictionary dictionary, String orthography, IPATranscript transcript) Apply rules/transformations to givenIPATranscript
object using given information.
-
Method Details
-
postProcess
Apply rules/transformations to givenIPATranscript
object using given information. This is executed during IPA Lookup/automatic transcription before the value is assigned to the tier.- Parameters:
dictionary
-orthography
-transcript
-
-