mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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)
|
||||
|
||||
|
||||
@pytest.mark.xfail
|
||||
@pytest.mark.models
|
||||
def test_tagger_lemmatizer_base_forms(lemmatizer):
|
||||
if lemmatizer is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user