Crates.io | ocr_latin_vocabulary |
lib.rs | ocr_latin_vocabulary |
version | 0.1.0 |
source | src |
created_at | 2017-03-10 06:45:55.010024 |
updated_at | 2017-03-10 06:45:55.010024 |
description | Convert OCR Latin GCSE Defined vocabulary lists to a simple format |
homepage | |
repository | https://github.com/saleemrashid/ocr_latin_vocabulary-rs |
max_upload_size | |
id | 8916 |
size | 52,176 |
ocr_latin_vocabulary
Convert OCR Latin GCSE Defined vocabulary lists to a simple format
Download the OCR Latin GCSE Defined vocabulary lists in Excel format
Then convert to Comma-separated values
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 -f csv FILE
The simple format can be imported into some vocabulary testing software
[Latin descriptor]
[English translation]/[English translation]/[English translation]
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.