fix type of lexeme.rank (#9979)

This commit is contained in:
Sofie Van Landeghem 2022-01-04 13:15:25 +01:00 committed by GitHub
parent 6f65e2b544
commit 029a48e340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: ...