We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7d195 commit 32c2eadCopy full SHA for 32c2ead
tests/nlu/extractors/test_crf_entity_extractor.py
@@ -13,7 +13,7 @@ def test_crf_extractor(spacy_nlp, ner_crf_pos_feature_config):
13
"entities": [
14
{"start": 16, "end": 20, "value": "west", "entity": "location"}
15
],
16
- "spacy_doc": spacy_nlp("anywhere in the west"),
+ SPACY_DOCS[TEXT]: spacy_nlp("anywhere in the west"),
17
},
18
),
19
Message(
@@ -36,7 +36,7 @@ def test_crf_extractor(spacy_nlp, ner_crf_pos_feature_config):
36
"extractor": "CRFEntityExtractor",
37
38
39
- "spacy_doc": spacy_nlp("central indian restaurant"),
+ SPACY_DOCS[TEXT]: spacy_nlp("central indian restaurant"),
40
41
42
]
0 commit comments