init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
48
Telegram/ThirdParty/hunspell/tests/morph.morph
vendored
Normal file
48
Telegram/ThirdParty/hunspell/tests/morph.morph
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
> drink
|
||||
analyze(drink) = st:drink po:noun
|
||||
analyze(drink) = st:drink po:verb al:drank al:drunk ts:present
|
||||
stem(drink) = drink
|
||||
> drinks
|
||||
analyze(drinks) = st:drink po:verb al:drank al:drunk ts:present is:sg_3
|
||||
analyze(drinks) = st:drink po:noun is:plur
|
||||
stem(drinks) = drink
|
||||
> drinkable
|
||||
analyze(drinkable) = st:drink po:verb al:drank al:drunk ts:present ds:der_able
|
||||
stem(drinkable) = drinkable
|
||||
> drinkables
|
||||
analyze(drinkables) = st:drink po:verb al:drank al:drunk ts:present ds:der_able is:plur
|
||||
stem(drinkables) = drinkable
|
||||
> undrinkable
|
||||
analyze(undrinkable) = dp:pfx_un sp:un st:drink po:verb al:drank al:drunk ts:present ds:der_able
|
||||
stem(undrinkable) = undrinkable
|
||||
> undrinkables
|
||||
analyze(undrinkables) = dp:pfx_un sp:un st:drink po:verb al:drank al:drunk ts:present ds:der_able is:plur
|
||||
stem(undrinkables) = undrinkable
|
||||
> drank
|
||||
analyze(drank) = po:verb st:drink is:past_1
|
||||
stem(drank) = drink
|
||||
> drunk
|
||||
analyze(drunk) = po:verb st:drink is:past_2
|
||||
stem(drunk) = drink
|
||||
> phenomenon
|
||||
analyze(phenomenon) = st:phenomenon po:noun al:phenomena
|
||||
stem(phenomenon) = phenomenon
|
||||
> phenomena
|
||||
analyze(phenomena) = po:noun st:phenomenon is:plur
|
||||
stem(phenomena) = phenomenon
|
||||
generate(drink, eat) = drink
|
||||
generate(drink, eats) = drinks
|
||||
generate(drink, ate) = drank
|
||||
generate(drink, eaten) = drunk
|
||||
generate(drink, eatable) = drinkable
|
||||
generate(drink, eatables) = drinkables
|
||||
generate(drink, phenomena) = drinks
|
||||
generate(drinks, eat) = drink
|
||||
generate(drinks, eats) = drinks
|
||||
generate(drinks, ate) = drank
|
||||
generate(drinks, eaten) = drunk
|
||||
generate(drinks, eatable) = drinkable
|
||||
generate(drinks, eatables) = drinkables
|
||||
generate(drinks, phenomena) = drinks
|
||||
generate(undrinkable, phenomena) = undrinkables
|
||||
generate(phenomenon, drinks) = phenomena
|
||||
Reference in New Issue
Block a user