Delete unused freeze from StringStore

This commit is contained in:
Tetsuo Kiso 2023-01-01 22:05:57 +09:00
parent ef9e504eac
commit 89b06c306d
No known key found for this signature in database
GPG Key ID: 8A5C785B40695AF9

View File

@ -112,7 +112,7 @@ cdef class StringStore:
DOCS: https://spacy.io/api/stringstore
"""
def __init__(self, strings=None, freeze=False):
def __init__(self, strings=None):
"""Create the StringStore.
strings (iterable): A sequence of unicode strings to add to the store.