Remove PRON_LEMMA symbol (#5968)

This commit is contained in:
Adriane Boyd 2020-08-25 14:21:29 +02:00 committed by GitHub
parent f31c4462ca
commit 0bab7c8b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -472,7 +472,6 @@ def sort_nums(x):
return x[1]
PRON_LEMMA = "-PRON-"
NAMES = [it[0] for it in sorted(IDS.items(), key=sort_nums)]
# Unfortunate hack here, to work around problem with long cpdef enum
# (which is generating an enormous amount of C++ in Cython 0.24+)