Skip to content

Java function that returns the indefinite articles "a" or "an" based on a given word or phrase.

License

Notifications You must be signed in to change notification settings

manavo/IndefiniteArticle.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

#Overview

IndefiniteArticle.java is a Java function that returns the indefinite articles "a" or "an" based on a given word or phrase. This code was developed and tested in an android application, but given the libraries used, I'm assuming it will work in plain Java. The code was based on rigoneri's indefinite article JavaScript port. His code is a port from the Lingua::EN::Inflect Perl module found on this stackoverflow question

#Credit

IndefiniteArticle.java was developed by @manavo

About

Java function that returns the indefinite articles "a" or "an" based on a given word or phrase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages