mirror of https://github.com/explosion/spaCy.git
* Add docstring to StringStore
This commit is contained in:
parent
6d1c08dafd
commit
71b95202eb
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue