mirror of
https://github.com/explosion/spaCy.git
synced 2025-12-03 08:14:20 +03:00
6 lines
113 B
Cython
6 lines
113 B
Cython
from typing import Iterable
|
|
|
|
from .candidate import Candidate
|
|
|
|
ctypedef Iterable[Candidate] CandidatesForMention
|