mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
* Add docstring to StringStore
This commit is contained in:
parent
6d1c08dafd
commit
71b95202eb
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user