NLP configuration by OB

NLP configuration by OB for the TV search use case

Introduction

The current document includes the configuration of the NLP model for the TV search use case in the OBs where it is available.

Brazil

The aura-nlpdata repository structure in Brazil is organized by channel: aura-nlpdata-br-[channel]. Each repository will contain the files for the available use cases in this channel.

The following configuration corresponds to the STB channel, which is included in the repository: https://github.com/Telefonica/aura-nlpdata-br-stb

Intent

intent.tv.search

Entities

  • ent.audiovisual_actor
  • ent.audiovisual_director
  • ent.audiovisual_documental_title
  • ent.audiovisual_film_title
  • ent.audiovisual_genre
  • ent.audiovisual_subgenre
  • ent.audiovisual_tvseries_title
  • ent.audiovisual_tvshow_title

Pipeline stages

The following stages of STB’s pipeline have been used to develop this UC:

  • CluRecognizerWrapper
  • EntityTaggerAdapterWrapper

The whole pipeline.jsonfile is available at: https://github.com/Telefonica/aura-nlpdata-br-stb/blob/master/data/pt-br/stb/pipeline.json

Spain

The TV search use case is available for three channels: Movistar Plus, Movistar Home and STB.

Intent

intent.tv.search

Entities

  • ent.audiovisual_actor
  • ent.audiovisual_best
  • ent.audiovisual_director
  • ent.audiovisual_documental_title
  • ent.audiovisual_film_title
  • ent.audiovisual_genre
  • ent.audiovisual_most_watched
  • ent.audiovisual_releases
  • ent.audiovisual_sports
  • ent.audiovisual_sports_circuit
  • ent.audiovisual_sports_player_driver
  • ent.audiovisual_sports_player_rider
  • ent.audiovisual_sports_season
  • ent.audiovisual_sports_season_motor
  • ent.audiovisual_sports_team
  • ent.audiovisual_sports_unit
  • ent.audiovisual_subgenre
  • ent.audiovisual_tv_episode_number
  • ent.audiovisual_tv_season_number
  • ent.audiovisual_tvseries_title
  • ent.audiovisual_tvshow_title
  • ent.device_mobile
  • ent.device_tv
  • ent.time_instant
  • ent.time_interval
  • ent.time_interval_future
  • ent.time_interval_past

Pipeline stages

The following stages of STB’s pipeline have been used to develop this UC:

  • CluRecognizerWrapper
  • PygrapeGrammarWrapper
  • EntityTaggerAdapterWrapper

The whole pipeline.json files can be checked here for each channel: