logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

anorack - “a” vs “an” checker

Description

       The English language has two indefinite articles:

       • a: used before words that begin with a consonant sound (e.g., aprogram, ahost, auser);

       • an: used before words that begin with a vowel sound (e.g., anexample, anhour, anundefinedvariable).

       anorack is a specialized spell-checker that finds incorrect indefinite articles.

Example

          $ cat test
          a Ubuntu user
          a 8-byte word
          an username

          $ anorack test
          test:1: a Ubuntu -> an Ubuntu /u:b'u:ntu:/
          test:2: a 8 -> an 8 /'eIt/
          test:3: an username -> a username /j'u:z3n,eIm/

Name

       anorack - “a” vs “an” checker

Options

--ipa  Print phonemes using IPA (International Phonetic Alphabet) instead of ASCII phoneme mnemonics.

       -h, --help
              Show help message and exit.

       --version
              Show version information and exit.

See Also

espeak(1)

anorack 0.2.8                                      2022-04-25                                         ANORACK(1)

Synopsis

anorack [option...] [file...]

See Also