Skip to content

Commit

Permalink
Remove some dbpedia false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 22, 2024
1 parent 79c23de commit 8dc27ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -13553,6 +13553,10 @@ sub dbpedia
($uri =~ /Category:Defunct_companies/) ||
($uri =~ /Category:Songs_/) ||
($uri =~ /Category:Fictional/) ||
($uri =~ /Category:Public_holidays/) ||
($uri =~ /Category:Types_of_national_holidays/) ||
($uri =~ /Category:Events_in_/) ||
($uri =~ /Category:.+Parades$/) ||
($uri =~ /Category:Seismological_observatories/)) {
next RESULT;
}
Expand Down Expand Up @@ -13610,7 +13614,7 @@ sub dbpedia
}
}
}
warn ">>>>>>>>>> $uri";
warn ">>>>>>>>>> $uri" if($opts{'w'});
}
}
$Data::Dumper::Maxdepth = 0;
Expand Down

0 comments on commit 8dc27ec

Please sign in to comment.