SuLab / WikidataIntegrator

A Wikidata Python module integrating the MediaWiki API and the Wikidata SPARQL endpoint
MIT License
244 stars 46 forks source link

Add case insensitive support with FastRun #146

Closed LeMyst closed 4 years ago

LeMyst commented 4 years ago

Case insensitive mode use casefold() python 3.3 function. search_only must be set because we can use wdi_core.equals() function to compare two statements.