This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patch: | |
# menu/alternative_select_labels: [ ㊀, ㊁, ㊂, ㊃, ㊄, ㊅, ㊆, ㊇, ㊈ ] | |
# menu/alternative_select_labels: [ ㈠, ㈡, ㈢, ㈣, ㈤, ㈥, ㈦, ㈧, ㈨ ] | |
menu/alternative_select_labels: [ 一, 二, 三, 四, 五, 六, 七, 八, 九 ] | |
translator/preedit_format: | |
- "xlit|abcdefghijklmnopqrstuvwxyz|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符|" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
patch: | |
schema/dependencies/@next: stroke | |
engine/translators/@next: reverse_lookup_translator | |
recognizer/patterns/reverse_lookup: "`[a-z]*'?$" | |
reverse_lookup: | |
dictionary: stroke | |
enable_completion: true | |
prefix: "`" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.evernote.com/shard/s64/sh/00db69f5-cb6e-44df-ab36-03200d3a35fa/673b24375c29312300e4cb698675afa5 | |
中州話打字速記法 | |
#stenotype | |
zmBo/ 字母表 | |
b 不 p 普 m 母 f 父 v 無 | |
B 比 P 皮 M 米 F 非 V 未 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rime schema: luna_pinyin | |
# _import: future.schema.yaml | |
--- | |
# no more need to create the patched file | |
_patch: 'luna_pinyin.custom.yaml:patch' | |
_import: luna_pinyin.prototype.yaml # replace the root node | |
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use a custom dictionary. | |
patch: | |
translator/dictionary: terra_pinyin.mine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var marisa = require('./index.js'); | |
var keyset = marisa.createKeyset(); | |
keyset.push_back("a"); | |
keyset.push_back("app"); | |
keyset.push_back("apple"); | |
var trie = marisa.createTrie(); | |
trie.build(keyset); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim: set sw=2 sts=2 et: | |
# 用注音反查倉頡碼 | |
# 註:不支持用空格鍵輸入第一聲 | |
patch: | |
schema/dependencies: | |
- bopomofo | |
reverse_lookup: | |
dictionary: terra_pinyin | |
prism: bopomofo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
# vim: set sw=2 sts=2 et: | |
# | |
# 在粵拼中啓用臺灣正體字形 | |
# 修改 reset: 爲 0~2 的值以指定默認字形 | |
patch: | |
engine/filters: | |
- simplifier@zh_simp | |
- simplifier@zh_tw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rime schema | |
# encoding: utf-8 | |
schema: | |
schema_id: middle_chinese_lookup | |
name: 廣韻查詢 | |
version: "2.2" | |
author: | |
- Polyhedron | |
- 雪齋 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Modify the parts you need to get it working. | |
*/ | |
var should = require('should'); | |
var request = require('../node_modules/request'); | |
var io = require('socket.io-client'); | |
var serverUrl = 'http://localhost'; |
NewerOlder