* Fix errors

This commit is contained in:
Matthew Honnibal 2015-12-29 22:32:03 +01:00
parent a6ba43ecaf
commit 55bcdf8bdd

View File

@ -8,7 +8,7 @@ except ImportError:
import json
from .parts_of_speech import NOUN, VERB, ADJ, PUNCT
from .util import MockPackage as Package
from .util import Package
class Lemmatizer(object):