gensim.corpora.HashDictionary.__init__

HashDictionary.__init__(documents=None, id_range=32000, myhash=<built-in function adler32>, debug=True)[source]

By default, keep track of debug statistics and mappings. If you find yourself running out of memory (or are sure you don’t need the debug info), set debug=False.