Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: third_party/hunspell_new/tests/morph.morph

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/hunspell_new/tests/morph.good ('k') | third_party/hunspell_new/tests/morph.test » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 > drink
2 analyze(drink) = st:drink po:noun
3 analyze(drink) = st:drink po:verb al:drank al:drunk ts:prese nt
4 stem(drink) = drink
5 > drinks
6 analyze(drinks) = st:drink po:verb al:drank al:drunk ts:prese nt is:sg_3
7 analyze(drinks) = st:drink po:noun is:plur
8 stem(drinks) = drink
9 > drinkable
10 analyze(drinkable) = st:drink po:verb al:drank al:drunk ts:prese nt ds:der_able
11 stem(drinkable) = drinkable
12 > drinkables
13 analyze(drinkables) = st:drink po:verb al:drank al:drunk ts:prese nt ds:der_able is:plur
14 stem(drinkables) = drinkable
15 > undrinkable
16 analyze(undrinkable) = dp:pfx_un sp:un st:drink po:verb al:drank al:drunk ts:present ds:der_able
17 stem(undrinkable) = undrinkable
18 > undrinkables
19 analyze(undrinkables) = dp:pfx_un sp:un st:drink po:verb al:drank al:drunk ts:present ds:der_able is:plur
20 stem(undrinkables) = undrinkable
21 > drank
22 analyze(drank) = po:verb st:drink is:past_1
23 stem(drank) = drink
24 > drunk
25 analyze(drunk) = po:verb st:drink is:past_2
26 stem(drunk) = drink
27 > phenomenon
28 analyze(phenomenon) = st:phenomenon po:noun al:phenomena
29 stem(phenomenon) = phenomenon
30 > phenomena
31 analyze(phenomena) = po:noun st:phenomenon is:plur
32 stem(phenomena) = phenomenon
33 generate(drink, eat) = drink
34 generate(drink, eats) = drinks
35 generate(drink, ate) = drank
36 generate(drink, eaten) = drunk
37 generate(drink, eatable) = drinkable
38 generate(drink, eatables) = drinkables
39 generate(drink, phenomena) = drinks
40 generate(drinks, eat) = drink
41 generate(drinks, eats) = drinks
42 generate(drinks, ate) = drank
43 generate(drinks, eaten) = drunk
44 generate(drinks, eatable) = drinkable
45 generate(drinks, eatables) = drinkables
46 generate(drinks, phenomena) = drinks
47 generate(undrinkable, phenomena) = undrinkables
48 generate(phenomenon, drinks) = phenomena
OLDNEW
« no previous file with comments | « third_party/hunspell_new/tests/morph.good ('k') | third_party/hunspell_new/tests/morph.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698