Skip to content

Add **kwargs to localizer constructors

Aaron Graubert requested to merge github/fork/julianhess/backend_kwargs2 into master

Created by: julianhess

IMO, this makes the Canine API more friendly because it lets us instantiate localizers with

localizer(backend, **conf['localization'])

where conf['localization'] is straight from the config dict

Merge request reports