Skip to content

enable passing kb settings as keyword args instead of config file #4

@mromanello

Description

@mromanello

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions