From 147448b65b5781ce692000e3efa13cde526aa6d6 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 31 Oct 2017 19:34:45 +0100 Subject: [PATCH] Add missing symbols --- spacy/lang/ga/tokenizer_exceptions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spacy/lang/ga/tokenizer_exceptions.py b/spacy/lang/ga/tokenizer_exceptions.py index 70ee051e9..185b08895 100644 --- a/spacy/lang/ga/tokenizer_exceptions.py +++ b/spacy/lang/ga/tokenizer_exceptions.py @@ -1,7 +1,8 @@ # encoding: utf8 from __future__ import unicode_literals -from ...symbols import ORTH, LEMMA, NORM, POS +from ...symbols import POS, DET, ADP, CCONJ, ADV, NOUN, X, AUX +from ...symbols import ORTH, LEMMA, NORM _exc = {