# apertium-quc

Apertium monolingual data for Kʼicheʼ



[tests](https://docs.google.com/spreadsheets/d/1JNOcUQJX6vs54wE_V7rG5_3bIl40elwjGRNC1cbhKtA/edit?usp=sharing)


## Apostrophes

Some common Unicode encodings for apostrophe:

* `ʼ`: `U+02BC MODIFIER LETTER APOSTROPHE` ✔
* `’`: `U+2019 RIGHT SINGLE QUOTATION MARK`
* `'`: `U+0027 APOSTROPHE` 

Check for bad apostrophes:

```
$ grep -nH "[’']" apertium-quc.quc.lexc apertium-quc.quc.twol 
```
