Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ To create specific rules for initial, final, and standalone tokens, the `%`
character is used to mark the word boundary. Hence:

```
"token%": "transliteration of token at beginning of word"
"%token": "transliteration of token at end of word"
"%token": "transliteration of token at beginning of word"
"token%": "transliteration of token at end of word"
"%token%": "transliteration of standalone token"
"token": "transliteration of token anywhere else not specified"
```
Expand Down
Loading