ocr_latin_vocabulary 0.1.0

Convert OCR Latin GCSE Defined vocabulary lists to a simple format
ocr_latin_vocabulary-0.1.0 is not a library.

ocr_latin_vocabulary

crates.io Travis CI

Convert OCR Latin GCSE Defined vocabulary lists to a simple format

Input Format

Download the OCR Latin GCSE Defined vocabulary lists in Excel format

Then convert to Comma-separated values

LibreOffice

libreoffice --headless --convert-to csv --infilter=CSV:44,34,UTF8 FILE

--infilter=CSV:44,34,UTF8 is necessary because LibreOffice defaults to ISO-8859-1

unoconv

unoconv -f csv FILE

Output Format

The simple format can be imported into some vocabulary testing software

[Latin descriptor]
[English translation]/[English translation]/[English translation]

License

ocr_latin_vocabulary is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.