Fix Spanish noun_chunks failure caused by typo

This commit is contained in:
alldefector 2018-02-21 12:43:21 -08:00 committed by Matthew Honnibal
parent fbf48b3f9f
commit f4e5904fc2

View File

@ -21,7 +21,7 @@ class SpanishDefaults(Language.Defaults):
tokenizer_exceptions = update_exc(BASE_EXCEPTIONS, TOKENIZER_EXCEPTIONS)
tag_map = TAG_MAP
stop_words = STOP_WORDS
sytax_iterators = SYNTAX_ITERATORS
syntax_iterators = SYNTAX_ITERATORS
lemma_lookup = LOOKUP