Skip to content

Generate minimal pairs (and minimal sets) for US English words

License

Notifications You must be signed in to change notification settings

brandonlim-hs/minpair

Folders and files

NameName
Last commit message
Last commit date
Sep 21, 2019
Sep 21, 2019
Sep 21, 2019
Aug 4, 2019
Sep 21, 2019
Sep 21, 2019
Sep 21, 2019
Aug 10, 2019
Sep 21, 2019
Sep 21, 2019

Repository files navigation

Minpair

Generate minimal pairs (and minimal sets).

In phonology, minimal pairs are pairs of words or phrases in a particular language, spoken or signed, that differ in only one phonological element

-- https://en.wikipedia.org/wiki/Minimal_pair

>>> import minpair
>>> minpair.vowel_minpair(['AE', 'EH'])
[{'AE': 'al', 'EH': 'l'}, {'AE': 'axe', 'EH': 'x'}, {'AE': 'bad', 'EH': 'bed'}, {'AE': 'bag', 'EH': 'beg'}]

About

Generate minimal pairs (and minimal sets) for US English words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages