1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-09 13:25:08 +02:00

README.md: Update comment about ISO 639-3

The pycountry library is actually using ISO 639-3 apparently.

See: https://pypi.org/project/pycountry/
This commit is contained in:
Alan Orth 2019-09-26 07:51:41 +03:00
parent 86d4623fd3
commit 7ac1c6f554
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -6,7 +6,7 @@ Requires Python 3.6 or greater. CSV and Excel support comes from the [Pandas](ht
## Functionality
- Validate dates, ISSNs, ISBNs, and multi-value separators ("||")
- Validate languages against ISO 639-1 (alpha2) and ISO 639-2 (alpha3)
- Validate languages against ISO 639-1 (alpha2) and ISO 639-3 (alpha3)
- Validate subjects against the AGROVOC REST API (see the `--agrovoc-fields` option)
- Fix leading, trailing, and excessive (ie, more than one) whitespace
- Fix invalid multi-value separators (`|`) using `--unsafe-fixes`