|
From: <fri...@us...> - 2009-01-15 16:33:11
|
Revision: 9667
http://zaf.svn.sourceforge.net/zaf/?rev=9667&view=rev
Author: friedelwolff
Date: 2009-01-15 16:32:56 +0000 (Thu, 15 Jan 2009)
Log Message:
-----------
instrumental particle word / referential particle word nga-
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-01-15 16:30:46 UTC (rev 9666)
+++ trunk/dict/zu/hunspell/zu_aff.py 2009-01-15 16:32:56 UTC (rev 9667)
@@ -574,5 +574,8 @@
noun_rules(noun, affix="kwa", morphology="COMPARATIVE_PARTICLE")
# ^^^This duplicates a the possessive with class 15, so we could leave it out for performance
+ # instrumental particle word / referential particle word nga-
+ noun_rules(noun, affix="nga", morphology="INSTRUMENTAL/REFERENTIAL_PARTICLE")
+
print aff.hunspell()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|