numerals-base: Convert numbers to number words

[ bsd3, deprecated, library, natural-language-processing, numerical, text ] [ Propose Tags ]
Deprecated in favor of numerals

This package contains machinery to construct functions that convert numbers to number words. It allows you to write a function which converts a number like 142 to the string "one hundred and forty-two".

The documentation for the Text.Numeral module contains an high level overview of the package.

If you just want to convert numbers to number words in a specific language you should probably use the numerals package. That package also contains numerous examples on how to use the functions in this package.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3
Dependencies base (>=3.0.3.1 && <4.5), base-unicode-symbols (>=0.2.2 && <0.3), containers (>=0.4 && <0.5), containers-unicode-symbols (>=0.3 && <0.4), fingertree (>=0.0.1 && <0.1) [details]
License BSD-3-Clause
Copyright 2009–2011 Roel van Dijk, Bas van Dijk
Author Roel van Dijk <vandijk.roel@gmail.com>, Bas van Dijk <v.dijk.bas@gmail.com>
Maintainer Roel van Dijk <vandijk.roel@gmail.com>
Category Natural Language Processing, Numerical, Text
Home page https://github.com/roelvandijk/numerals-base
Bug tracker https://github.com/roelvandijk/numerals-base/issues
Source repo head: git clone git://github.com/roelvandijk/numerals-base.git
Uploaded by RoelVanDijk at 2011-09-15T18:30:40Z
Distributions NixOS:0.3
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1094 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for numerals-base-0.3

[back to package description]

This package contains machinery to construct functions that convert numbers to number words. It allows you to write a function which converts a number like 142 to the string "one hundred and forty-two".

See the numerals package for numerous examples.