Add comment

This commit is contained in:
Matthew Honnibal 2016-12-19 00:20:16 +01:00
parent 6c7ae55084
commit 6c0c43c267

View File

@ -81,6 +81,7 @@ MOD_NAMES = [
'spacy.syntax.ner', 'spacy.syntax.ner',
'spacy.symbols', 'spacy.symbols',
'spacy.syntax.iterators'] 'spacy.syntax.iterators']
# TODO: This is missing a lot of modules. Does it matter?
COMPILE_OPTIONS = { COMPILE_OPTIONS = {