Sound Classes (sound_classes
)¶
This module provides functions and classes to deal with sound-class sequences. Sound classes go back
to an approach Dolgopolsky1964
. The basic idea behind sound classes is to reduce the IPA
space of possible phonetic segments in order to guarantee both the comparability of sounds between
languages, but also to give some assessment regarding the probability that sounds belonging to the
same class occur in correspondence relations in genetically related languages. More recently,
sound classes have been applied in a couple of approaches, including phonetic alignment (see
List2012a
), and automatic cognate detection (see Turchin2012
,
List2012b
).
Functions¶
|
Tokenize IPA-encoded strings. |
|
Convert tokenized IPA strings into their respective class strings. |
|
Create a prosodic string of the sonority profile of a sequence. |
|
Calculate prosodic weights for each position of a sequence. |
|
Turn aligned sound-class sequences into an aligned sequences of IPA tokens. |
|
Calculate the Percentage Identity (PID) score for aligned sequence pairs. |
|
Function returns all possible n-grams of a given sequence. |
|
Convert sequence in IPA-sampa-format to IPA-unicode. |
Classes¶
|
Class for the handling of sound-class models. |