spaCy-entity-linker / tests /test_TermCandidateExtractor.py
egerber1's picture
initial commit
8b513d0
raw
history blame
250 Bytes
import unittest
import spacy
import spacyEntityLinker.TermCandidateExtractor
class TestCandidateExtractor(unittest.TestCase):
def __init__(self, arg, *args, **kwargs):
super(TestCandidateExtractor, self).__init__(arg, *args, **kwargs)