Uses of Interface
ca.phon.app.session.editor.view.ipa_lookup.IPALookupPostProcessor

Packages that use IPALookupPostProcessor
Package
Description
 
  • Uses of IPALookupPostProcessor in ca.phon.dict.cmn

    Classes in ca.phon.dict.cmn that implement IPALookupPostProcessor
    Modifier and Type
    Class
    Description
    class 
    This class will perform the following transformations: σ²¹⁴ sandhi Any σ²¹⁴ followed by another σ²¹⁴ has tone changed to ³⁵ Phonex: (σ:tn("214"))(?>σ:tn("214")) Replace: \1³⁵ Any σ²¹⁴ followed by a σ with tone *not* 214 has tone changed to ²¹ Phonex: (σ:tn("214"))(?>σ:tn("not 214")) Replace: \1²¹ i⁵⁵ sandhi i⁵⁵ followed by any σ⁵¹ has tone changed to ³⁵ Phonex: (\Si:tn("55"))(?>σ:tn("51")) Replace: \1³⁵ i⁵⁵ followed by anything has tone changed to ⁵¹ Phonex: (\Si:tn("55"))(?>\S.+) Replace: \1⁵¹ pu⁵¹ sandhi pu⁵¹ followed by any σ⁵¹ has tone changed to ³⁵ Phonex: (\Spu:tn("51"))(?>σ:tn("51")) Replace: \1³⁵
    Methods in ca.phon.dict.cmn that return types with arguments of type IPALookupPostProcessor
    Modifier and Type
    Method
    Description
    ToneFixes.getFactory()