Skip to content

Commit

Permalink
chore: fix 'm'
Browse files Browse the repository at this point in the history
  • Loading branch information
LufsX committed Jan 23, 2022
1 parent 222ef7b commit bcd18be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lufs_flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ speller:
alphabet: zyxwvutsrqponmlkjihgfedcba/
delimiter: " '"
algebra:
- erase/^hm$/
- erase/^m$/
- erase/^n$/
- erase/^ng$/
- erase/^xx$/
- derive/^([jqxy])u$/$1v/
- derive/^([aoe])([ioun])$/$1$1$2/
Expand Down
4 changes: 4 additions & 0 deletions lufs_pinyin.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ speller:
alphabet: zyxwvutsrqponmlkjihgfedcba/
delimiter: " '"
algebra:
- erase/^hm$/
- erase/^m$/
- erase/^n$/
- erase/^ng$/
- abbrev/^(.).+$/$1/

translator:
Expand Down

0 comments on commit bcd18be

Please sign in to comment.