spaCy/spacy/zh/__init__.py

6 lines
76 B
Python
Raw Normal View History

from ..language import Language
class Chinese(Language):
lang = u'zh'