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

Unified Diff: third_party/hunspell_new/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 side-by-side diff with in-line comments
Download patch
Index: third_party/hunspell_new/tests/conditionalprefix.morph
diff --git a/third_party/hunspell_new/tests/conditionalprefix.morph b/third_party/hunspell_new/tests/conditionalprefix.morph
deleted file mode 100644
index 95d54438943125bdfd726b7733471e25628328c8..0000000000000000000000000000000000000000
--- a/third_party/hunspell_new/tests/conditionalprefix.morph
+++ /dev/null
@@ -1,20 +0,0 @@
-> 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
« no previous file with comments | « third_party/hunspell_new/tests/conditionalprefix.good ('k') | third_party/hunspell_new/tests/conditionalprefix.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698