mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
remove unused MORPH_RULES from test
This commit is contained in:
parent
6fd7f140ec
commit
474abb2e59
|
@ -28,8 +28,6 @@ def test_tagger_begin_training_tag_map():
|
|||
|
||||
TAGS = ("N", "V", "J")
|
||||
|
||||
MORPH_RULES = {"V": {"like": {"lemma": "luck"}}}
|
||||
|
||||
TRAIN_DATA = [
|
||||
("I like green eggs", {"tags": ["N", "V", "J", "N"]}),
|
||||
("Eat blue ham", {"tags": ["V", "J", "N"]}),
|
||||
|
|
Loading…
Reference in New Issue
Block a user