The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::IN::TGC - Tailored grapheme clusters for Indic scripts.

SYNOPSIS

         use Lingua::IN::TGC;
         use utf8;
         binmode STDOUT, ":encoding(UTF-8)";

         my $tgc = Lingua::IN::TGC->new();
         my @result = $tgc->TGC("TE", "రాజ్కుమార్రెడ్డి");
         print $result[1], "\n";

DESCRIPTION

This module provides one function, TGC. This function takes two arguments, a language code and a string.

LANGUAGE CODES

    TE - Telugu
    DE - Devanagari
    TA - Tamil
    KN - Kannada
    OR - Oriya

TODO

Add support for bengali, malayalam, gujarati, punjabi

API CHANGE

This 2.xx version is reimplementation of 1.xx module. If you are using 1.xx version please know that newer version api is changed.

BUGS

Please send me email, if you find any bugs

AUTHOR

Rajkumar Reddy, mesg.raj@outlook.com

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Rajkumar Reddy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.26.1 or, at your option, any later version of Perl 5 you may have available.