mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-06 14:40:34 +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
|
# TODO
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_Example_from_dict_with_parse(vocab):
|
def test_Example_from_dict_with_parse(annots):
|
||||||
# TODO
|
# TODO
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_Example_from_dict_with_morphology(vocab):
|
def test_Example_from_dict_with_morphology(annots):
|
||||||
# TODO
|
# TODO
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_Example_from_dict_with_sent_start(vocab):
|
def test_Example_from_dict_with_sent_start(annots):
|
||||||
# TODO
|
# TODO
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_Example_from_dict_with_cats(vocab):
|
def test_Example_from_dict_with_cats(annots):
|
||||||
# TODO
|
# TODO
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_Example_from_dict_with_links(vocab):
|
def test_Example_from_dict_with_links(annots):
|
||||||
# TODO
|
# TODO
|
||||||
pass
|
pass
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user