File: conditionalprefix.morph

package info (click to toggle)
nuspell 5.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,832 kB
  • sloc: cpp: 19,251; sh: 328; perl: 261; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (65)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
> drink
analyze(drink) =  st:drink po:verb
analyze(drink) =  st:drink po:noun
stem(drink) = drink
> drinks
analyze(drinks) =  st:drink po:verb is:3SGV
analyze(drinks) =  st:drink po:noun is:PL
stem(drinks) = drink
> drinkable
analyze(drinkable) =  st:drink po:verb ds:DER_V_ADJ_ABLE
stem(drinkable) = drinkable
> drinkables
analyze(drinkables) =  st:drink po:verb ds:DER_V_ADJ_ABLE is:PL
stem(drinkables) = drinkable
> undrinkable
analyze(undrinkable) = ip:un  st:drink po:verb ds:DER_V_ADJ_ABLE
stem(undrinkable) = drinkable
> undrinkables
analyze(undrinkables) = ip:un  st:drink po:verb ds:DER_V_ADJ_ABLE is:PL
stem(undrinkables) = drinkable