Remove serializer

This commit is contained in:
Matthew Honnibal 2017-05-09 17:28:30 +02:00
parent b53f7dfdc3
commit 825c6403d8
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ MOD_NAMES = [
'spacy.tokens.doc',
'spacy.tokens.span',
'spacy.tokens.token',
'spacy.serialize.packer',
'spacy.serialize.huffman',
'spacy.serialize.bits',
'spacy.cfile',
'spacy.matcher',
'spacy.syntax.ner',