Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformationExtractor ¶
type InformationExtractor struct { basemodelworker.Worker // contains filtered or unexported fields }
InformationExtractor implements a Faktory worker for extracting information from WebArticles using spaGO BERT Question Answering service.
func New ¶
func New( conf config.InformationExtractor, db *gorm.DB, bertConn *grpc.ClientConn, fk *faktory_worker.Manager, ) *InformationExtractor
New creates a new InformationExtractor.
Click to show internal directories.
Click to hide internal directories.