This file contains hidden or 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
| # Blank lines and lines starting with pound are comments. | |
| # another line | |
| # Explicit mappings match any token sequence on the LHS of "=>" | |
| # and replace with all alternatives on the RHS. These types of mappings | |
| # ignore the expand parameter in the schema. | |
| # Examples: | |
| i-pod, i pod => ipod, | |
| sea biscuit, sea biscit => seabiscuit | |
| # Equivalent synonyms may be separated with commas and give |
OlderNewer