nlu.annotation.slots

This file contains the list of slots available in the database. This approach will help the NLU to correctly identify slots

Module Contents

Classes

Slots

This class contains the list of slots available in the database. This

class nlu.annotation.slots.Slots

Bases: enum.Enum

This class contains the list of slots available in the database. This approach will help the NLU to correctly identify slots

ID = 'ID'
TITLE = 'title'
GENRES = 'genres'
KEYWORDS = 'keywords'
DIRECTORS = 'directors'
DURATION = 'duration'
ACTORS = 'actors'
PLOT = 'plot'
YEAR = 'year'
COVER_IMAGE = 'cover_image'
RATING = 'imdb_rating'
MORE_INFO = 'more_info'