mirror of https://github.com/explosion/spaCy.git
* Test is_oov property
This commit is contained in:
parent
8e4c69ee8c
commit
0f4d0d51ab
|
@ -46,4 +46,6 @@ def test_is_properties(EN):
|
||||||
assert not email.like_url
|
assert not email.like_url
|
||||||
assert is_.is_lower
|
assert is_.is_lower
|
||||||
assert addr.like_email
|
assert addr.like_email
|
||||||
|
assert addr.is_oov
|
||||||
|
assert not Hi.is_oov
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue