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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell_new/tests/morph.morph
diff --git a/third_party/hunspell_new/tests/morph.morph b/third_party/hunspell_new/tests/morph.morph
deleted file mode 100644
index 9965d7ea83398204a61fea689d679939ba620689..0000000000000000000000000000000000000000
--- a/third_party/hunspell_new/tests/morph.morph
+++ /dev/null
@@ -1,48 +0,0 @@
-> 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
« 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