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

@@ -245,6 +245,7 @@ phsource/phonemes.stamp: \
phsource/ph_icelandic \
phsource/ph_indonesian \
phsource/ph_interlingua \
phsource/ph_ipa \
phsource/ph_irish \
phsource/ph_italian \
phsource/ph_kannada \

+ 7
- 0
phsource/ph_ipa View File

@@ -0,0 +1,7 @@
// 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

@@ -1980,3 +1980,5 @@ include ph_guarani
phonemetable ky base
include ph_kyrgyz

phonemetable ipa base
include ph_ipa

Loading…
Cancel
Save