NAME
Lingua::KO::TypoCorrector - Typo Corrector for Korean language in using English
SYNOPSIS
use Lingua::KO::TypoCorrector;
print to_hangul("dkssudgktpdy") # 안녕하세요 (Hello - Korean Language)
DESCRIPTION
Lingua::KO::TypoCorrector converts all those typos accidently entered in English into Korean.
AUTHOR
iamseeker, Jong-jin Lee, <jeen@perl.kr>
COPYRIGHT AND LICENSE
Copyright (C) 2008 by iamseeker
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.