|
From: <fri...@us...> - 2009-12-10 10:18:20
|
Revision: 9987
http://zaf.svn.sourceforge.net/zaf/?rev=9987&view=rev
Author: friedelwolff
Date: 2009-12-10 10:18:00 +0000 (Thu, 10 Dec 2009)
Log Message:
-----------
Minor updates for comments only
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-12-10 08:44:47 UTC (rev 9986)
+++ trunk/dict/zu/hunspell/zu_aff.py 2009-12-10 10:18:00 UTC (rev 9987)
@@ -25,8 +25,6 @@
- replacement map (REP)
"""
-# This currently only handles morphology for verbs. More to follow later.
-
#TODO: review class 1 exceptions
#TODO: handle negative future circumfixes with vowel verbs better
#TODO: se- verbs
@@ -490,7 +488,7 @@
# continuation class. This allows us to recognise forms such as
# "nokuthanda", "ngukuthanda", etc.
#
- # Using the noun continuation class is problematic since the it generates
+ # Using the noun continuation class is problematic since it generates
# incorrect forms for noun rules with needsaffix=True, since the needed
# extra (third) affix is not supported by hunspell. Consequently incorrect
# forms like "nakuthanda" is accepted as an infinitive noun with negative
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|