-
Notifications
You must be signed in to change notification settings - Fork 1
5. enKORE processor extra information
Note: (File File.env not needed/used at present)
The two command lines inside this file are:
$ UPDATE_URL="https://enkore.toolforge.org/api/corpus/update.php"
$ NOTIFICATION_URL="https://ntfy.sh/enKORE-corpus"
Note: enKORE obtains information from 3 APIs
https://www.ncbi.nlm.nih.gov/home/develop/api/
https://www.ncbi.nlm.nih.gov/pmc/tools/developers/
Process starts by get entries from wikidata at URL:
QUERY_JSON_V1 (old version from an unknown date)
QUERY_JSON_V2 (latest version generated by Daniel on 23 Jan 2023)
Merged into the code base via #37.
contents are adjusted and saved into new file called entries.json and saved at:
enKORE/enKORE-corpus-processor-main/corpus
Above file,i.e. entries.json, is used to collect Q-elements and store at folder processed
enKORE/enKORE-corpus-processor-main/corpus/processed (folder /processed must exist).