* Add docstring to StringStore

This commit is contained in:
Matthew Honnibal 2015-01-24 20:49:15 +11:00
parent 6d1c08dafd
commit 71b95202eb
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ cdef class SymbolMap:
cdef class StringStore:
'''Map strings to and from integer IDs.'''
def __init__(self):
self.mem = Pool()
self._map = PreshMap()