fbc52e317743216b5183541daf833aa262f8534d,FONIPA/ipa.py,,,#,26
Before Change
"click": "Manner",
}
VOWEL_FEATURE = {
"close": "Height",
"near-close": "Height",
"close-mid": "Height",
"mid": "Height",
"open-mid": "Height",
"near-open": "Height",
"open": "Height",
"front": "Backness",
"near-front": "Backness",
"central": "Backness",
"near-back": "Backness",
"back": "Backness",
"unrounded": "Roundedness",
"rounded": "Roundedness",
}
def CheckDescription(ipa, description, writer):
Check that the description of the given IPA symbol is well-formed.
After Change
// decomposes its argument into NFD form, then combines all occurrences of "c"
// and 0327 within the same grapheme cluster into "ç".
C_CEDILLA = re.compile(r"c([\u0300-\u036F\u1AB0-\u1AFF\u1DC0-\u1DFF]*)\u0327")
SCHWA_HOOK = re.compile(r"ɚ([\u0300-\u036F\u1AB0-\u1AFF\u1DC0-\u1DFF]*)")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: google/language-resources
Commit Name: fbc52e317743216b5183541daf833aa262f8534d
Time: 2018-01-12
Author: mjansche@google.com
File Name: FONIPA/ipa.py
Class Name:
Method Name:
Project Name: pantsbuild/pants
Commit Name: 657106c463bae226cae608d5703b74ed09c7dd2b
Time: 2014-09-15
Author: mister@lahosken.san-francisco.ca.us
File Name: src/python/pants/backend/core/tasks/builddictionary.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: 32dd1ac4e1d44382f481d0e4e22a81cbb5a66510
Time: 2015-08-13
Author: nlavine@google.com
File Name: perfkitbenchmarker/benchmarks/fio_benchmark.py
Class Name:
Method Name: