|
From: <fri...@us...> - 2009-02-27 13:49:31
|
Revision: 9688
http://zaf.svn.sourceforge.net/zaf/?rev=9688&view=rev
Author: friedelwolff
Date: 2009-02-27 13:49:13 +0000 (Fri, 27 Feb 2009)
Log Message:
-----------
Remove incorrect needaffix specifier (along with the circumfix that was removed in the previous commit). The complete morpheme is specified in this rule.
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:46:06 UTC (rev 9687)
+++ trunk/dict/zu/hunspell/zu_aff.py 2009-02-27 13:49:13 UTC (rev 9688)
@@ -522,8 +522,8 @@
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+"nga", needaffix=True, circumfix=True, morphology="RELATIVE/QUALIFICATIVE_NEG", continuation_classes=[qualificative_sfx_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")
+ verb_rules(main_subjects, affix=morpheme+"ngazuku", morphology="NEAR_FUTURE_RELATIVE/QUALIFICATIVE_NEG")
+ verb_rules(main_subjects, affix=morpheme+"ngayuku", 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.
|