Skip to content
#

bert-embeddings

Here are 155 public repositories matching this topic...

AymenBenk
AymenBenk commented Jun 29, 2021

`import numpy as np
import aspect_based_sentiment_analysis as absa
from aspect_based_sentiment_analysis import alignment
from aspect_based_sentiment_analysis import Example

text = "I love mascara"
aspects = ['mascara']

recognizer = absa.aux_models.BasicPatternRecognizer()
nlp = absa.load(pattern_recognizer=recognizer)
task = nlp(text=text, aspects=aspects)
slack = task.examples

pri

wikirec

Problem Statement: Given the tweets from customers about various tech firms who manufacture and sell mobiles, computers, laptops, etc, the task is to identify if the tweets have a negative sentiment towards such companies or products.

  • Updated May 17, 2020
  • Python

Improve this page

Add a description, image, and links to the bert-embeddings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bert-embeddings topic, visit your repo's landing page and select "manage topics."

Learn more