Skip to content

TotalVerb/EnglishText.jl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

EnglishText

EnglishText Build Status codecov.io

Currently this package includes six features:

  • indefinite for finding the right indefinite article to use
  • english for converting a positive integer to an English-language wordy representation, and the inverse function unenglish to convert the wordy representation back.
  • pluralize to pluralize a noun, and the inverse function singularize
  • ItemList to create a list of objects
  • ItemQuantity to associate a noun with a number
  • sentences to iterate over the sentences of a text

See the documentation (links above) for how to use these features.