fspanda

Results 2 issues of fspanda

I install your module and run quick start ``` import aspect_based_sentiment_analysis as absa recognizer = absa.aux_models.BasicPatternRecognizer() nlp = absa.load(pattern_recognizer=recognizer) ``` and the following error occurred. --------------------------------------------------------------------------- ``` ValueError Traceback (most...

help wanted

Hi. Thanks to this code, I was able to write a multi-label classification model well. By the way, can you tell me how to export the model made like this...