Skip to content

Commit

Permalink
First pass at conservative high confidence matches for GAZ, see Envir…
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Aug 5, 2019
1 parent 20d0039 commit 83add72
Show file tree
Hide file tree
Showing 2 changed files with 31,415 additions and 4,019 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ backup:
cp matches/wd-gaz-cache.ttl ~/Google\ Drive/OBO\ operations\ committee/OBO\ Gazetteer/gaz-data

matches/match-%.ttl:
wd-ontomatch -d ontomatcher -i $* -a wikidata_ontomatcher:save_frequency=0.05 -a wikidata_ontomatcher:cached_db_file=matches/wd-$*-cache.ttl match_all && cp matches/wd-$*-cache.ttl $@
wd-ontomatch -d ontomatcher -i $* -a wikidata_ontomatcher:save_frequency=0.02 -a wikidata_ontomatcher:cached_db_file=matches/wd-$*-cache.ttl match_all && cp matches/wd-$*-cache.ttl $@

.PRECIOUS: matches/match-%.ttl

Expand Down
Loading

0 comments on commit 83add72

Please sign in to comment.