From ea1283c1b59ab970558929315a9ed2bdf80b1033 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 22 Oct 2019 10:32:13 +0200 Subject: [PATCH] Add quotes to definition of TO --- spacy/glossary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/glossary.py b/spacy/glossary.py index 3b4bee6d3..44a8277da 100644 --- a/spacy/glossary.py +++ b/spacy/glossary.py @@ -80,7 +80,7 @@ GLOSSARY = { "RBR": "adverb, comparative", "RBS": "adverb, superlative", "RP": "adverb, particle", - "TO": "infinitival to", + "TO": 'infinitival "to"', "UH": "interjection", "VB": "verb, base form", "VBD": "verb, past tense",