Example input
Example 1: My first sentence is "The restaurant had a very pretty view of the river. But honestly, the sushi rolls were pathetic." and the keyword I am interested is "food"
Example 2: My first sentence is "The restaurant had a very pretty view of the river. But honestly, the sushi rolls were pathetic." and the keyword I am interested is āambianceā
Example 3: My first sentence is "The restaurant had a very pretty view of the river. But honestly, the sushi rolls were pathetic." and the keyword I am interested is "Disco"
Example output
Output 1:
{
'sentence': 'The restaurant had a very pretty view of the river. But honestly, the sushi rolls were pathetic.', 'keyword': 'food',
'sentiment': 'negative'
}
Output 2:
{
'sentence': 'The restaurant had a very pretty view of the river. But honestly, the sushi rolls were pathetic.', 'keyword': 'ambiance',
'sentiment': 'positive'
}
Output 3: Not sure, try paraphrasing the input sentence or keyword.