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
|
@property
|
||||||
def vector_norm(self) -> float: ...
|
def vector_norm(self) -> float: ...
|
||||||
vector: Floats1d
|
vector: Floats1d
|
||||||
rank: str
|
rank: int
|
||||||
sentiment: float
|
sentiment: float
|
||||||
@property
|
@property
|
||||||
def orth_(self) -> str: ...
|
def orth_(self) -> str: ...
|
||||||
|
|
Loading…
Reference in New Issue