mirror of https://github.com/explosion/spaCy.git
fix type of lexeme.rank (#9979)
This commit is contained in:
parent
6f65e2b544
commit
029a48e340
|
@ -19,7 +19,7 @@ class Lexeme:
|
|||
@property
|
||||
def vector_norm(self) -> float: ...
|
||||
vector: Floats1d
|
||||
rank: str
|
||||
rank: int
|
||||
sentiment: float
|
||||
@property
|
||||
def orth_(self) -> str: ...
|
||||
|
|
Loading…
Reference in New Issue