diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-25 18:34:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-25 18:34:47 +0700 |
| commit | 144549f86c9aed8cef48f003bab010fe929dfcff (patch) | |
| tree | 3b6a7e92943257247f06b8c3fd2a6a5b84e5661c /lib/_hunspell/tests/alias3.morph | |
| parent | 72c67cb9c51909fe61346566f19d508ad93bab69 (diff) | |
| download | pakakeh.go-144549f86c9aed8cef48f003bab010fe929dfcff.tar.xz | |
lib/hunspell: rename the package to "_hunspell"
The hunspell is still in progress and we did not have time to continue
it, so we rename it to _hunspell to prevent it being checked by linters
or being imported.
Diffstat (limited to 'lib/_hunspell/tests/alias3.morph')
| -rw-r--r-- | lib/_hunspell/tests/alias3.morph | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/_hunspell/tests/alias3.morph b/lib/_hunspell/tests/alias3.morph new file mode 100644 index 00000000..33edf5ce --- /dev/null +++ b/lib/_hunspell/tests/alias3.morph @@ -0,0 +1,8 @@ +> ouro +analyze(ouro) = [stem_1] ouro:ts +> metouro +analyze(metouro) = affix_2/ ouro:ts [stem_1] +> tekmetouro +analyze(tekmetouro) = affix_1/ affix_2/ ouro:ts [stem_1] +> ouro_test_ +analyze(ouro_test_) = [stem_1] ouro:ts /suffix_1 |
