The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Locale::Babelfish::Phrase::PluralFormsParser - Babelfish plurals syntax parser.

VERSION

version 1.000001

DESCRIPTION

Returns { script_forms => {}, regular_forms = [] }

Every plural form represented as AST.

METHODS

new

    $class->new()
    $class->new( $phrase )

Instantiates parser.

init

Initializes parser. Should not be called directly.

parse

    $parser->parse()
    $parser->parse( $phrase )

Parses specified phrase.

AUTHORS

  • Akzhan Abdulin <akzhan@cpan.org>

  • Igor Mironov <grif@cpan.org>

  • REG.RU LLC

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Akzhan Abdulin.

This is free software, licensed under:

  The MIT (X11) License