1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-29 06:14:13 +03:00

Add comment clarifying what LANGUAGES does

This commit is contained in:
Paul O'Leary McCann 2017-07-09 16:28:55 +09:00
parent 04e6a65188
commit bc87b815cc

View File

@ -27,7 +27,7 @@ from pathlib import Path
import os
import pytest
# These languages get run through generic tokenizer tests
LANGUAGES = [English, German, Spanish, Italian, French, Portuguese, Dutch,
Swedish, Hungarian, Finnish, Bengali, Norwegian]