mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
Delete unused freeze from StringStore
This commit is contained in:
parent
ef9e504eac
commit
89b06c306d
|
@ -112,7 +112,7 @@ cdef class StringStore:
|
||||||
|
|
||||||
DOCS: https://spacy.io/api/stringstore
|
DOCS: https://spacy.io/api/stringstore
|
||||||
"""
|
"""
|
||||||
def __init__(self, strings=None, freeze=False):
|
def __init__(self, strings=None):
|
||||||
"""Create the StringStore.
|
"""Create the StringStore.
|
||||||
|
|
||||||
strings (iterable): A sequence of unicode strings to add to the store.
|
strings (iterable): A sequence of unicode strings to add to the store.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user