mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix formatting
This commit is contained in:
parent
4cd26bcb83
commit
d0c6d4f76d
|
@ -35,7 +35,6 @@ def test_tokenizer_handles_cnts(en_tokenizer, text, length):
|
||||||
assert len(tokens) == length
|
assert len(tokens) == length
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('text,match', [
|
@pytest.mark.parametrize('text,match', [
|
||||||
('10', True), ('1', True), ('10,000', True), ('10,00', True),
|
('10', True), ('1', True), ('10,000', True), ('10,00', True),
|
||||||
('999.0', True), ('one', True), ('two', True), ('billion', True),
|
('999.0', True), ('one', True), ('two', True), ('billion', True),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user