Fix Spanish noun_chunks failure caused by typo

This commit is contained in:
alldefector 2018-02-21 12:43:21 -08:00 committed by GitHub
parent 14e7e0f12a
commit 4244e285c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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