Merge pull request #13240 from mauricesvp/patch-1

Fix typo in method name
This commit is contained in:
Daniël de Kok 2024-01-23 20:49:21 +01:00 committed by GitHub
commit a8894a8946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ cdef class StateClass:
return [self.B(i) for i in range(self.c.buffer_length())]
@property
def token_vector_lenth(self):
def token_vector_length(self):
return self.doc.tensor.shape[1]
@property