I\'m not doing something right -- By the looks of the error i\'m getting i think i\'m missing some data. I have all the prerequisites intalled for sentiment_classifier (https://
In:
import inspect all_functions = inspect.getmembers(senti_classifier, inspect.isfunction) all_functions
Out:
[]
No functions in senti_classifier module.