[ ソース: libtext-undiacritic-perl ]
パッケージ: libtext-undiacritic-perl (0.07-2)
libtext-undiacritic-perl に関するリンク
Debian の資源:
libtext-undiacritic-perl ソースパッケージをダウンロード:
- [libtext-undiacritic-perl_0.07-2.dsc]
- [libtext-undiacritic-perl_0.07.orig.tar.gz]
- [libtext-undiacritic-perl_0.07-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to remove diacritics from a string
Text::Undiacritic provides a module that changes characters with diacritics into their base characters.
Also changes into base character in cases where UNICODE does not provide a decomposition.
E.g. all characters '... WITH STROKE' like 'LATIN SMALL LETTER L WITH STROKE' do not have a decomposition. In the latter case the result will be 'LATIN SMALL LETTER L'.
Removing diacritics is useful for matching text independent of spelling variants.