-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Pluralize English words -- -- Pluralize English words @package Plural @version 0.0.2 module Language.English.Plural -- | Get plural format. plural :: String -> String -- | Try get plural format of word with number. tryPlural :: Int -> String -> String -- | The knowledge for plural process. pluralKnowledge :: Map String String