# Rime schema
# encoding: utf-8

schema:
  schema_id: blissymbols
  name: "Blissymbolics"
  version: "0.1"
  author: "Antigravity <agy@deepmind.com>"
  description: |
    Blissymbolics Input Method utilizing Everson's 29 QWERTY keys and English/Swedish gloss lookup.

engine:
  processors:
    - ascii_composer
    - recognizer
    - key_binder
    - speller
    - punctuator
    - selector
    - navigator
    - express_editor
  segmentors:
    - ascii_segmentor
    - matcher
    - abc_segmentor
    - punct_segmentor
    - fallback_segmentor
  translators:
    - punct_translator
    - table_translator
  filters:
    - uniquifier

speller:
  alphabet: "abcdefghijklmnopqrstuvwxyz0123456789,.-="
  initials: "abcdefghijklmnopqrstuvwxyz0123456789,.-="
  auto_select: false

translator:
  dictionary: blissymbols
  enable_user_dict: false
  enable_sentence: false

menu:
  page_size: 9
