deeppavlov.models.slotfill

class deeppavlov.models.slotfill.slotfill.DstcSlotFillingNetwork(threshold: float = 0.8, **kwargs)[source]

Slot filling for DSTC2 task with neural network

class deeppavlov.models.slotfill.slotfill_raw.SlotFillingComponent(threshold: float = 0.7, return_all: bool = False, **kwargs)[source]

Slot filling using Fuzzy search

class deeppavlov.models.slotfill.slotfill_raw.RASA_SlotFillingComponent(**kwargs)[source]

wraps SlotFillingComponent so that it takes the slotfilling info from RASA configs