Browse Source

Add an IPA phoneme table for International Phonetic Alphabet-based phonemes.

master
Reece H. Dunn 8 years ago
parent
commit
cb4f3aad43
3 changed files with 10 additions and 0 deletions
  1. 1
    0
      Makefile.am
  2. 7
    0
      phsource/ph_ipa
  3. 2
    0
      phsource/phonemes

+ 1
- 0
Makefile.am View File

phsource/ph_icelandic \ phsource/ph_icelandic \
phsource/ph_indonesian \ phsource/ph_indonesian \
phsource/ph_interlingua \ phsource/ph_interlingua \
phsource/ph_ipa \
phsource/ph_irish \ phsource/ph_irish \
phsource/ph_italian \ phsource/ph_italian \
phsource/ph_kannada \ phsource/ph_kannada \

+ 7
- 0
phsource/ph_ipa View File

// International Phonetic Alphabet: Narrow Transcription
//
// Copyright (C) 2016 Reece H. Dunn
//
// This is using the X-SAMPA transcriptions
// (http://www.phon.ucl.ac.uk/home/sampa/x-sampa.htm).


+ 2
- 0
phsource/phonemes View File

phonemetable ky base phonemetable ky base
include ph_kyrgyz include ph_kyrgyz


phonemetable ipa base
include ph_ipa

Loading…
Cancel
Save