Skip to content

Commit 0fa9dcf

Browse files
authored
Merge pull request #242 from lcnetdev/main
Merge main into test
2 parents ecc5ed0 + 1dab71c commit 0fa9dcf

4 files changed

Lines changed: 3355 additions & 606 deletions

File tree

doc/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ To create specific rules for initial, final, and standalone tokens, the `%`
217217
character is used to mark the word boundary. Hence:
218218

219219
```
220-
"token%": "transliteration of token at beginning of word"
221-
"%token": "transliteration of token at end of word"
220+
"%token": "transliteration of token at beginning of word"
221+
"token%": "transliteration of token at end of word"
222222
"%token%": "transliteration of standalone token"
223223
"token": "transliteration of token anywhere else not specified"
224224
```

0 commit comments

Comments
 (0)