Numeric word forms generation (template)

Generate a list of random numbers:

use Data::Generators;

my @ns = random-real([%params<min>, %params<max>], %params<sample-size>)ยป.floor

Convert to numeric word forms:

use Lingua::NumericWordForms;

.say for @ns.map({ to-numeric-word-form($_, %params<to-lang>) })

Text::CodeProcessing v0.6.0

A package with functions for processing of code chunks in documents of different types (like Markdown, Org-mode, Pod6.)

Authors

  • Anton Antonov

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Text::CodeProcessing
  • Text::CodeProcessing::HeaderParser
  • Text::CodeProcessing::REPLSandbox

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.