Remove dead code

This commit is contained in:
Matthew Honnibal 2016-10-26 13:11:07 +02:00
parent f0a079dc0b
commit cb49189477
1 changed files with 0 additions and 3 deletions

View File

@ -371,6 +371,3 @@ class Language(object):
(ENT_TYPE, entity_type_freqs), (ENT_TYPE, entity_type_freqs),
(HEAD, head_freqs) (HEAD, head_freqs)
])) ]))
def get_defaults(self, path):
return self.Defaults(self.lang, path)