This website requires JavaScript.
Explore
Help
Register
Sign In
explosion
/
spaCy
Watch
1
Star
1
Fork
0
You've already forked spaCy
mirror of
https://github.com/explosion/spaCy.git
synced
2024-11-11 12:18:04 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
759cc79185
spaCy
/
spacy
/
deprecated.py
5 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Tidy up and fix formatting and imports
2017-04-15 14:05:15 +03:00
# coding: utf8
from
__future__
import
unicode_literals
Add PRON_LEMMA and DET_LEMMA to deprecated Will be replaced with proper values across the language data later.
2017-05-08 16:35:30 +03:00
PRON_LEMMA
=
"
-PRON-
"
Reference in New Issue
Copy Permalink