* Add docstring to StringStore

This commit is contained in:
Matthew Honnibal 2015-01-24 20:49:15 +11:00
parent 6d1c08dafd
commit 71b95202eb

View File

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