mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-08 22:03:24 +03:00
xfail lemmatizer test that's causing problems (see #546)
This commit is contained in:
parent
4931c56afc
commit
13d30b6c01
|
@ -16,6 +16,7 @@ def test_tagger_lemmatizer_noun_lemmas(lemmatizer, text, lemmas):
|
||||||
assert lemmatizer.noun(text) == set(lemmas)
|
assert lemmatizer.noun(text) == set(lemmas)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.xfail
|
||||||
@pytest.mark.models
|
@pytest.mark.models
|
||||||
def test_tagger_lemmatizer_base_forms(lemmatizer):
|
def test_tagger_lemmatizer_base_forms(lemmatizer):
|
||||||
if lemmatizer is None:
|
if lemmatizer is None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user