mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
copy/paste error
This commit is contained in:
parent
c283e9edfe
commit
187be6d372
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
|||
import pytest
|
||||
|
||||
|
||||
SV_TOKEN_EXCEPTION_TESTS = [
|
||||
GA_TOKEN_EXCEPTION_TESTS = [
|
||||
('B\'fhearr fanacht as amharc', ['B\'', 'fhearr', 'fanacht', 'as', 'amharc']),
|
||||
('Daoine a bhfuil Gaeilge acu, m.sh. tusa agus mise', ['Daoine', 'a', 'bhfuil', 'Gaeilge', 'acu', ',', 'm.sh.', 'tusa', 'agus', 'mise'])
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user