Re: [Haskell-cafe] ANN: numerals

2011-09-16 Thread Roel van Dijk
> Are you familiar with the Grammatical Framework [1]? It is a Haskell > library and language for natural language parsing and translation -- > If you need to do a lot of translation or string localization, you > should take a look at it as much of the complexity has been addressed > there. Yes. S

Re: [Haskell-cafe] ANN: numerals

2011-09-16 Thread Rogan Creswick
2011/9/16 Roel van Dijk : > Hello everyone, > > I would like to announce the release of the numerals and > numerals-base packages. > > > * Numerals > > The numerals package contains functions to convert numbers to > number words in a number of languages. For now the package only > supports cardinal

[Haskell-cafe] ANN: numerals

2011-09-16 Thread Roel van Dijk
Hello everyone, I would like to announce the release of the numerals and numerals-base packages. * Numerals The numerals package contains functions to convert numbers to number words in a number of languages. For now the package only supports cardinal numbers. Example: >>> import qualified Tex