We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextAnalysis.jl/src/sentiment.jl
Line 4 in f118772
This function returns nothing in case the input length > maxlen. It will be better to have a proper error handling and err message display for this.
nothing
The text was updated successfully, but these errors were encountered:
Thanks to @fungktt for pointing out the above.
Sorry, something went wrong.
@Ayushk4 still some work needed on this?
I am currently waiting for a response from @sean-gauss , since they already sent a PR.
But, a PR is welcome for fixing this.
Successfully merging a pull request may close this issue.
TextAnalysis.jl/src/sentiment.jl
Line 4 in f118772
This function returns
nothing
in case the input length > maxlen.It will be better to have a proper error handling and err message display for this.
The text was updated successfully, but these errors were encountered: