npm.io
1.5.0 • Published 4 years ago

bugfinder-framework-defaultcontainer

Licence
ISC
Version
1.5.0
Deps
2
Size
5 kB
Vulns
0
Weekly
0

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 ...