ety-0.1: Random etymology online entry.

Safe HaskellSafe-Infered

Language.English.EtymologyOnline

Description

An API for the Online Etymology Dictionary at http:etymonline.com/. The encoding is ISO-8859-1/latin1 so needs to use uconv.

Synopsis

Documentation

getRandomEntry :: IO (String, String)Source

Get a random Etymology Online entry.

getletterpages :: Converter -> Char -> IO IntSource

Get the number of pages for a letter.

getletterentries :: Converter -> Char -> Int -> IO [(String, String)]Source

Get the entries for a letter and page number.