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

7 lines
88 B
Python

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