Skip to content

Meteor package for determining indefinite articles (a vs. an) for English words.

License

Notifications You must be signed in to change notification settings

Altapp/Meteor-Articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Articles (A vs. An)

Determines whether "a" or "an" should precede a word in English using the method described in this stackoverflow response. The wikipedia-article-text dump provided by Eamon Nerbonne was used as the basis for the dataset, and this package is based off the NPM module Articles by @chadkirby.

Installation

meteor add altapp:articles

Usage

findArticle('house'); // returns 'a'

articlize('apple'); // returns 'an apple'

About

Meteor package for determining indefinite articles (a vs. an) for English words.

Resources

License

Stars

Watchers

Forks

Packages

No packages published