You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to pass a language tag to skosprovider.registry.Registry.find that will be passed on to all relevant registered providers. This determines in what language the labels of the returned concepts will displayed. (#10) [@dieuska]
Make it possible to pass a language tag to skosprovider.registry.Registry.get_all that will be passed to all registered providers. This determines in what language thelabels of the returned concepts will displayed.
Fixed some errors with the skosprovider.utils.dict_dumper. It didn't dump the matches or the subordinate_arrays of concepts.
Wrote some new documentation on what a provider is and how to use it. Some other documentation work as well such as documenting the language parameter in the API better.