mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
70a9504560
commit
6c15aafebd
|
@ -2,7 +2,6 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TAG_MAP = {
|
TAG_MAP = {
|
||||||
"ADJ___": {"morph": "_", "pos": "ADJ"},
|
"ADJ___": {"morph": "_", "pos": "ADJ"},
|
||||||
"ADJ__AdpType=Prep": {"morph": "AdpType=Prep", "pos": "ADJ"},
|
"ADJ__AdpType=Prep": {"morph": "AdpType=Prep", "pos": "ADJ"},
|
||||||
|
|
Loading…
Reference in New Issue