Anora

screenshot of Anora

Django template filter that creates an "a" or "an" in front of your text based on it's phonetic value.

Overview

Anora is a Django template filter that adds the appropriate article ("a" or "an") before a word based on its phonetic value. It also automatically adds a space before the word.

Features

  • Phonetic Article Determination: Anora determines whether to use "a" or "an" based on the phonetic value of the given word.
  • Automatic Space Addition: Anora automatically adds a space before the word, ensuring proper formatting.
  • Easy Integration: Anora can be easily installed and added to existing Django projects.

Summary

Anora is a Django template filter that adds the appropriate article ("a" or "an") before a word based on its phonetic value. It also automatically adds a space before the word. Installation is simple and usage involves loading the Anora template filter and using it in Django templates.