Open MouzaMrinal opened 1 year ago
Yes, there are some problems to be solved because the quadrule sentiment extraction is an experimental feature. Please try to make some efforts to solve it, and it will be excellent if you would like to share your solution.
After all, I will try to optimize it in future. Provided that I got a easy schedule.
HIi, do you solve this problem ?
@yangheng95 - please see the below issue
Text1 = """That is the question I asked then this morning. But most important how do they continue with no support options for clients for problems with these changes."""
Text2 = """That is the question I asked then this morning. But most important how do they continue with no support options for clients for problems with these changes."""
The only difference between text 1 and text 2 is the space after 'But'. For text2 i am getting the error, for text1 its working fine.
Below is my code.