|
From: <fri...@us...> - 2009-02-27 13:46:17
|
Revision: 9687
http://zaf.svn.sourceforge.net/zaf/?rev=9687&view=rev
Author: friedelwolff
Date: 2009-02-27 13:46:06 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
Remove rule that was duplicated by accident
Modified Paths:
--------------
trunk/dict/zu/hunspell/zu_aff.py
Modified: trunk/dict/zu/hunspell/zu_aff.py
===================================================================
--- trunk/dict/zu/hunspell/zu_aff.py 2009-02-27 13:40:57 UTC (rev 9686)
+++ trunk/dict/zu/hunspell/zu_aff.py 2009-02-27 13:46:06 UTC (rev 9687)
@@ -521,10 +521,9 @@
verb_rules(main_subjects, affix=morpheme, morphology="RELATIVE/QUALIFICATIVE", continuation_classes=[question, qualificative_sfx])
verb_rules(main_subjects, affix=morpheme+"zo", morphology="FUTURE_RELATIVE/QUALIFICATIVE")
verb_rules(main_subjects, affix=morpheme+"yo", morphology="FUTURE_RELATIVE/QUALIFICATIVE")
- verb_rules(main_subjects, affix=morpheme, morphology="FUTURE_RELATIVE/QUALIFICATIVE")
verb_rules(main_subjects, affix=morpheme+"nga", needaffix=True, circumfix=True, morphology="RELATIVE/QUALIFICATIVE_NEG", continuation_classes=[qualificative_sfx_neg])
- verb_rules(main_subjects, affix=morpheme+"ngazuku", needaffix=True, circumfix=True, morphology="NEAR_FUTURE_RELATIVE/QUALIFICATIVE_NEG")
- verb_rules(main_subjects, affix=morpheme+"ngayuku", needaffix=True, circumfix=True, morphology="REMOTE_FUTURE_RELATIVE/QUALIFICATIVE_NEG")
+ verb_rules(main_subjects, affix=morpheme+"ngazuku", needaffix=True, morphology="NEAR_FUTURE_RELATIVE/QUALIFICATIVE_NEG")
+ verb_rules(main_subjects, affix=morpheme+"ngayuku", needaffix=True, morphology="REMOTE_FUTURE_RELATIVE/QUALIFICATIVE_NEG")
for morpheme in remote_past_qualificative_prefixes:
verb_rules(main_subjects, affix=morpheme, morphology="REMOTE_FUTURE_RELATIVE/QUALIFICATIVE")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|