Name : perl-Text-Unmunch
| |
Version : 0.2
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 18:57:50
|
Group : Unspecified
| Source RPM : perl-Text-Unmunch-0.2-lp155.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Find all endings of a word for hunspell
|
Description :
Lists all endings of a word, that hunspell will generate. The listed words here will be accepted as good words by hunspell. The arguments for Text::Unmunch are:
* *aff file*, this must be an UTF-8 coded affix file. You can use recode for this, like this: cat hu_HU.aff | recode l2..u8 > output.aff or: cat en_US.aff | recode l1..u8 >output.aff
* *word file*, this is also an utf-8 coded file, containing the words to be checked, with all flags, as it appears in the .dic file for hunspell.
* Example word file:
* *sfx*, if it exists, its form is -s. It means, that you wish to see the suffixes in the result (not only the prefix results)
* *pfx*, if it exists, its form is -p. It means, that you wish to see the prefixes in the result (not only the suffix results)
If both sfx and pfx are missing, both will be displayed.
* *debug*, if exists, its form is -d=n, where n is a number between 0 and 9. The higher the value, the more debug lines will be displayed.
Only the aff file and the word file are required parameters.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.5/noarch |