LingPy

Predefined Datasets (data)ΒΆ

LingPy comes along with many different kinds of predefined data. When loading the library, the following data are automatically loaded and can be used in all applications:

ipa_diacritics : unicode

The default string of IPA diacritics which is used for the tokenization of IPA strings.

ipa_vowels : unicode

The default string of IPA vowels which is used for the tokenization of IPA strings.

sca : Model

The SCA sound-class Model (see List2012).

dolgo : Model

The DOLGO sound-class Model (see Dolgopolsky1986).

asjp : Model

The ASJP sound-class Model (see Brown2008 and Brown2011).

art : Model

The ART sound-class Model which is used for the calculation of sonority profiles and prosodic strings (see List2012).

Next topic

Customizing Sound-Class Models (derive)