1# Rime schema
2# encoding: utf-8
3
4__include: luna_pinyin.schema:/
5
6schema:
7  schema_id: luna_pinyin_fluency
8  name: 朙月拼音·語句流
9  version: '0.29'
10  author:
11    - 佛振 <chen.sst@gmail.com>
12  description: |
13    朙月拼音·語句流錄入!
14    以空格分詞、標點或回車上屏。
15
16engine:
17  processors:
18    - ascii_composer
19    - recognizer
20    - key_binder
21    - speller
22    - punctuator
23    - selector
24    - navigator
25    - fluency_editor
26
27recognizer:
28  patterns:
29    number: '^[-+]?[0-9][.:0-9]*[%]?$'
30