/usr/share/rime-data/ipa_xsampa.schema.yaml is in librime-data-ipa-xsampa 0.35-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | # Rime schema
# encoding: utf-8
schema:
schema_id: ipa_xsampa
name: X-SAMPA
version: "0.2"
author:
- Patrick <ipatrickmac@qq.com>
- GONG Chen <chen.sst@gmail.com>
description: |
IPA input method in X-SAMPA.
http://en.wikipedia.org/wiki/X-SAMPA
switches:
- name: ascii_mode
reset: 0
states: [ 中文, 西文 ]
engine:
processors:
- ascii_composer
- speller
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- abc_segmentor
- fallback_segmentor
translators:
- table_translator
speller:
alphabet: 'ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba_<>\`~."%'':@{}1234567890&?!^|=-+/'
delimiter: ' '
translator:
dictionary: ipa_xsampa
|