spaCy/spacy/lang/nb/lemmatizer/_verbs.py

9 lines
92 B
Python
Raw Normal View History

# coding: utf8
from __future__ import unicode_literals
VERBS = set(
"""
""".split()
)