bugfinder-framework-defaultcontainer
v1.5.0
Published
Default container used with bugfinder-framework
Downloads
5
Readme
Description
This package is used for the inversifyjs -containers of each process of the machine learning pipeline of the bugfinder-framework or (npm:bugfinder-framework).
Usage: package development
If you like to use one of these containers make sure to set this package as a peer-dependency of your package! import {localityAContainer, localityBContainer, quantifierContainer, annotatorContainer, preprocessingContainer} from "bugfinder-framework-defaultcontainer";
... localityAContainer.bind ...
Usage: Pipe-Implementation
import {localityAContainer, localityBContainer, quantifierContainer, annotatorContainer, preprocessingContainer}
from "bugfinder-framework-defaultcontainer";
... localityAContainer.get ...