mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
5ca853bee0
* changed tag_map, morph_rules, lemmatizer for Norwegian * Move unicode declaration up Hopefully fixes test failure on Python 2 * Update CONTRIBUTOR_AGREEMENT.md * Move unicode declarations Hopefully fixes test this time * Revert "Merge remote-tracking branch 'origin/patch-1'" This reverts commitf5ccd5dd0d
, reversing changes made todd07e180ea
. * Update contributor agreement [ci skip]
7 lines
93 B
Python
7 lines
93 B
Python
# coding: utf8
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
ADJECTIVES = set("""
|
|
|
|
""".split()) |