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

Side by Side Diff: third_party/hunspell/tests/conditionalprefix.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
OLDNEW
1 > drink 1 > drink
2 analyze(drink) = st:drink po:verb 2 analyze(drink) = st:drink po:verb
3 analyze(drink) = st:drink po:noun 3 analyze(drink) = st:drink po:noun
4 stem(drink) = drink 4 stem(drink) = drink
5 > drinks 5 > drinks
6 analyze(drinks) = st:drink po:verb is:3SGV 6 analyze(drinks) = st:drink po:verb is:3SGV
7 analyze(drinks) = st:drink po:noun is:PL 7 analyze(drinks) = st:drink po:noun is:PL
8 stem(drinks) = drink 8 stem(drinks) = drink
9 > drinkable 9 > drinkable
10 analyze(drinkable) = st:drink po:verb ds:DER_V_ADJ_ABLE 10 analyze(drinkable) = st:drink po:verb ds:DER_V_ADJ_ABLE
11 stem(drinkable) = drinkable 11 stem(drinkable) = drinkable
12 > drinkables 12 > drinkables
13 analyze(drinkables) = st:drink po:verb ds:DER_V_ADJ_ABLE is:PL 13 analyze(drinkables) = st:drink po:verb ds:DER_V_ADJ_ABLE is:PL
14 stem(drinkables) = drinkable 14 stem(drinkables) = drinkable
15 > undrinkable 15 > undrinkable
16 analyze(undrinkable) = ip:un st:drink po:verb ds:DER_V_ADJ_ABLE 16 analyze(undrinkable) = ip:un st:drink po:verb ds:DER_V_ADJ_ABLE
17 stem(undrinkable) = drinkable 17 stem(undrinkable) = drinkable
18 > undrinkables 18 > undrinkables
19 analyze(undrinkables) = ip:un st:drink po:verb ds:DER_V_ADJ_ABLE is:PL 19 analyze(undrinkables) = ip:un st:drink po:verb ds:DER_V_ADJ_ABLE is:PL
20 stem(undrinkables) = drinkable 20 stem(undrinkables) = drinkable
OLDNEW
« no previous file with comments | « third_party/hunspell/tests/conditionalprefix.good ('k') | third_party/hunspell/tests/conditionalprefix.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698