[ 源代码: 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.