* Another assertion removed

This commit is contained in:
Matthew Honnibal 2015-01-05 13:01:28 +11:00
parent 0217df5779
commit a510d9f677
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ def lemmatize(string, index, exceptions, rules):
if string.endswith(old):
form = string[:len(string) - len(old)] + new
if form in index:
assert isinstance(form, unicode)
forms.append(form)
if not forms:
forms.append(string)