mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 05:37:03 +03:00
Fix typo in method name
This commit is contained in:
parent
e2a3952de5
commit
c608baeecc
|
@ -29,7 +29,7 @@ cdef class StateClass:
|
||||||
return [self.B(i) for i in range(self.c.buffer_length())]
|
return [self.B(i) for i in range(self.c.buffer_length())]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def token_vector_lenth(self):
|
def token_vector_length(self):
|
||||||
return self.doc.tensor.shape[1]
|
return self.doc.tensor.shape[1]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue
Block a user