Add notes for 2020-07-06

This commit is contained in:
2020-07-06 15:20:30 +03:00
parent 9b443b200f
commit 4e08050c03
20 changed files with 27 additions and 25 deletions

View File

@ -267,5 +267,6 @@ $ ./agrovoc-lookup.py -i 2020-07-05-cgspace-subjects.txt -om 2020-07-05-cgspace-
- Mostly to make more efficient usage of the requests cache and to use parameterized requests instead of building the request URL by concatenating the URL with query parameters
- I modified the `agrovoc-lookup.py` script to save its results as a CSV, with the subject, language, type of match (preferred, alternate, and total number of matches) rather than save two separate files
- Note that I see `prefLabel`, `matchedPrefLabel`, and `altLabel` in the REST API responses and I'm not sure what the second one means
- I emailed FAO's AGROVOC contact to ask them
<!-- vim: set sw=2 ts=2: -->