spaCy-entity-linker / tests /test_TermCandidateExtractor.py
Martino Mensio
updated to spacy v3:
d6504ae unverified
raw
history blame contribute delete
252 Bytes
import unittest
import spacy
import spacy_entity_linker.TermCandidateExtractor
class TestCandidateExtractor(unittest.TestCase):
def __init__(self, arg, *args, **kwargs):
super(TestCandidateExtractor, self).__init__(arg, *args, **kwargs)