instead of being forced to do
kb = KnowledgeBase(configuration_file)
I want to be able to do
KnowledgeBase(reader='sparql_protocol', writer='sparql_protocol', server='localhost', endpoint='http://nlp.dainst.org:8888/sparql', port=8888, default_context='http://purl.org/hucit/kb')
Need to determine what's the minimum subset of parameters if any
instead of being forced to do
I want to be able to do
Need to determine what's the minimum subset of parameters if any