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¶
This class contains the list of slots available in the database. This |
- class nlu.annotation.slots.Slots¶
Bases:
enum.EnumThis 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'¶
- MOVIE_LINK = 'imdb_link'¶
- COVER_IMAGE = 'cover_image'¶
- RATING = 'imdb_rating'¶
- MORE_INFO = 'more_info'¶