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

Side by Side Diff: third_party/hunspell/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/tests/morph.good ('k') | third_party/hunspell/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
1 > drink 1 > drink
2 analyze(drink) = st:drink po:noun 2 analyze(drink) = st:drink po:noun
3 analyze(drink) = st:drink po:verb al:drank al:drunk ts:prese nt 3 analyze(drink) = st:drink po:verb al:drank al:drunk ts:prese nt
4 stem(drink) = drink 4 stem(drink) = drink
5 > drinks 5 > drinks
6 analyze(drinks) = st:drink po:verb al:drank al:drunk ts:prese nt is:sg_3 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 7 analyze(drinks) = st:drink po:noun is:plur
8 stem(drinks) = drink 8 stem(drinks) = drink
9 > drinkable 9 > drinkable
10 analyze(drinkable) = st:drink po:verb al:drank al:drunk ts:prese nt ds:der_able 10 analyze(drinkable) = st:drink po:verb al:drank al:drunk ts:prese nt ds:der_able
(...skipping 28 matching lines...) Expand all
39 generate(drink, phenomena) = drinks 39 generate(drink, phenomena) = drinks
40 generate(drinks, eat) = drink 40 generate(drinks, eat) = drink
41 generate(drinks, eats) = drinks 41 generate(drinks, eats) = drinks
42 generate(drinks, ate) = drank 42 generate(drinks, ate) = drank
43 generate(drinks, eaten) = drunk 43 generate(drinks, eaten) = drunk
44 generate(drinks, eatable) = drinkable 44 generate(drinks, eatable) = drinkable
45 generate(drinks, eatables) = drinkables 45 generate(drinks, eatables) = drinkables
46 generate(drinks, phenomena) = drinks 46 generate(drinks, phenomena) = drinks
47 generate(undrinkable, phenomena) = undrinkables 47 generate(undrinkable, phenomena) = undrinkables
48 generate(phenomenon, drinks) = phenomena 48 generate(phenomenon, drinks) = phenomena
OLDNEW
« no previous file with comments | « third_party/hunspell/tests/morph.good ('k') | third_party/hunspell/tests/morph.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698