xsampa (version 0.1, 2007/07/19)
index
xsampa.py

Translate X-SAMPA to Unicode

 
Modules
       
re
sys

 
Functions
       
xs2uni(s)
Translate string from X-SAMPA to Unicode

 
Data
        __author__ = 'Peter Kleiweg'
__date__ = '2007/07/19'
__version__ = '0.1'
xs = {u' ': u' ', u'!': u'\u2193', ru!\u: u'\u01c3', u'"': u'\u02c8', u'%': u'\u02cc', u'&': u'\u0276', u"'": u'\u02b2', u'->[?]': u'\u2192', ru-\u: u'\u035c', u'.': u'.', ...}
xsKeys = [' ', u'p', u'b', u't', u'd', u't`', u'd`', u'c', ruJ\u, u'k', u'g', u'q', ruG\u, u'?', u'm', u'F', u'n', u'n`', u'J', u'N', ...]
xsdata = u'\n#||----- CONSONANTS --------\n\n#||| Plosive\np ... \u02aa\nlz \u02ab\nww[?] \u02ac\nxx[?] \u02ad\n\n#||----- END --------\n'

 
Author
        Peter Kleiweg