mirror of https://github.com/explosion/spaCy.git
* Fix test_conjuncts
This commit is contained in:
parent
80cff41a9c
commit
e85d1a3808
|
@ -13,7 +13,7 @@ def orths(tokens):
|
|||
# pride = tokens[4]
|
||||
# assert orths(pride.conjuncts) == ['money', 'pride']
|
||||
# money = tokens[2]
|
||||
3 assert orths(money.conjuncts) == ['money', 'pride']
|
||||
# assert orths(money.conjuncts) == ['money', 'pride']
|
||||
|
||||
|
||||
#def test_comma_three(EN):
|
||||
|
|
Loading…
Reference in New Issue