mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
* Upd test_merge
This commit is contained in:
parent
3d87519f64
commit
22a1ad8a55
|
@ -30,7 +30,7 @@ def test_merge_heads(EN):
|
||||||
|
|
||||||
def test_issue_54(EN):
|
def test_issue_54(EN):
|
||||||
text = u'Talks given by women had a slightly higher number of questions asked (3.2$\pm$0.2) than talks given by men (2.6$\pm$0.1).'
|
text = u'Talks given by women had a slightly higher number of questions asked (3.2$\pm$0.2) than talks given by men (2.6$\pm$0.1).'
|
||||||
tokens = EN(text, merge_mwes=True)
|
tokens = EN(text)
|
||||||
|
|
||||||
@pytest.mark.models
|
@pytest.mark.models
|
||||||
def test_np_merges(EN):
|
def test_np_merges(EN):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user