dialoguekit.nlu.slot_annotator_dict¶
Dictionary-based slot annotator.
Classes¶
Initializes the class.  | 
Module Contents¶
- class dialoguekit.nlu.slot_annotator_dict.SlotAnnotatorDict(slot_name: str, sf_dictionary)¶
 Initializes the class.
- Parameters:
 slot_name – Name of the slot.
sf_dictionary – Surface form dictionary.