* Test is_oov property

This commit is contained in:
Matthew Honnibal 2015-07-27 01:50:34 +02:00
parent 8e4c69ee8c
commit 0f4d0d51ab
1 changed files with 2 additions and 0 deletions

View File

@ -46,4 +46,6 @@ def test_is_properties(EN):
assert not email.like_url
assert is_.is_lower
assert addr.like_email
assert addr.is_oov
assert not Hi.is_oov