Manimozhi SathishKumar

Results 2 comments of Manimozhi SathishKumar

Hi,I get the error when i try to run following code any clues ?where am wrong import aspect_based_sentiment_analysis as absa recognizer = absa.aux_models.BasicPatternRecognizer() nlp = absa.load('absa/classifier-rest-0.2',pattern_recognizer=recognizer) text=('We are great fans...

I am getting the follwoing errror -------------------------------------------------------------------------- ValueError Traceback (most recent call last) in 1 recognizer = absa.aux_models.BasicPatternRecognizer() ----> 2 nlp = absa.load('absa/classifier-rest-0.2',pattern_recognizer=recognizer) 3 text=('We are great fans of Slack,...