mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-06 06:30:35 +03:00
Update test stubs
This commit is contained in:
parent
a20ac36bb7
commit
ccd332a9fc
|
@ -38,27 +38,27 @@ def test_Example_from_dict_with_tags(annots):
|
|||
|
||||
|
||||
"""
|
||||
def test_Example_from_dict_with_entities(vocab):
|
||||
def test_Example_from_dict_with_entities(annots):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
def test_Example_from_dict_with_parse(vocab):
|
||||
def test_Example_from_dict_with_parse(annots):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
def test_Example_from_dict_with_morphology(vocab):
|
||||
def test_Example_from_dict_with_morphology(annots):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
def test_Example_from_dict_with_sent_start(vocab):
|
||||
def test_Example_from_dict_with_sent_start(annots):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
def test_Example_from_dict_with_cats(vocab):
|
||||
def test_Example_from_dict_with_cats(annots):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
def test_Example_from_dict_with_links(vocab):
|
||||
def test_Example_from_dict_with_links(annots):
|
||||
# TODO
|
||||
pass
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user