1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-25 23:53:45 +02:00
csv-metadata-quality/tests
Alan Orth 8435ee242d
Experimental language detection using langid
Works decenty well assuming the title, abstract, and citation fields
are an accurate representation of the language as identified by the
language field. Handles ISO 639-1 (alpha 2) and ISO 639-3 (alpha 3)
values seamlessly.

This includes updated pipenv environment, test data, pytest tests
for both correct and incorrect ISO 639-1 and ISO 639-3 languages,
and a new command line option "-e".
2019-09-26 13:46:32 +03:00
..
__init__.py Add initial tests 2019-07-27 00:36:40 +03:00
test_check.py Experimental language detection using langid 2019-09-26 13:46:32 +03:00
test_fix.py tests/test_fix.py: Add test for missing space after comma 2019-08-28 00:08:56 +03:00