Make latin-macroinzer compatible with Python 3
The latin-macronizer is not actually compatible with Python 3. Fork the repository, make it compatible (import unicode_literals from future and make u"" strings "" strings and ur"" strings r"" strings) and send a pull request.