App-LinguaENUtils
view release on metacpan or search on metacpan
lib/App/LinguaENUtils.pm view on Meta::CPAN
[map {Lingua::EN::Words2Nums::words2nums($_)} @{ $args{words} }];
}
# note: term for converting to_singular & to_plural = inflect (to singular or plural)
# XXX: is_plural (LE:PluralToSingular)
# XXX: stem
# XXX: fathom - measure readability of English text
# XXX: count-syllables (LE:Styllable)
# XXX: namecase - convert johnsmith to JohnSmith
# XXX: prase-verb (LE:VerbTense)
# XXX: split text to sentences (Lingua::EN::Sentence)
# XXX: Identify-EN
# XXX: LE:Segmenter
# XXX: LE:Fractions
# XXX: hyphenate
# XXX: infinitive - define infinitive form of conjugated word, e.g. ?
# XXX: LE:summarize
# XXX: LE:NameParse
# XXX: LE:Conjugate (e.g. verb look + pronoun he + tense perfect_prog + negation = he was not looking)
# XXX: LE:Contraction (e.g. I am not going to explain it, if you cannot' -> I'm not going to explain it, if you can't'
# XXX: LE:FindNumber
# XXX: LE:AddressParse
# XXX: LE:Number:Years (word_to_num_year?)
1;
# ABSTRACT: Command-line utilities related to the English language
__END__
=pod
=encoding UTF-8
=head1 NAME
App::LinguaENUtils - Command-line utilities related to the English language
=head1 VERSION
This document describes version 0.05 of App::LinguaENUtils (from Perl distribution App-LinguaENUtils), released on 2016-01-18.
=head1 SYNOPSIS
This distribution provides the following command-line utilities:
=over
=item * L<en-2plural>
=item * L<en-2singular>
=item * L<en-n2w>
=item * L<en-w2n>
=back
=head1 DESCRIPTION
This distribution will become a collection of CLI utilities related to English
language. Currently it contains very little and the collection will be expanded
in subsequent releases.
=for Pod::Coverage .+
=head1 HOMEPAGE
Please visit the project's homepage at L<https://metacpan.org/release/App-LinguaENUtils>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-App-LinguaENUtils>.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=App-LinguaENUtils>
When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.
=head1 SEE ALSO
=head1 AUTHOR
perlancar <perlancar@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 2.978 seconds using v1.01-cache-2.11-cpan-97f6503c9c8 )