sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.02k stars 1.13k forks source link

What is the scientific basis for the TextBlob to determine a result? How can I be sure of the validity of the TextBlob results? What formulas does the TextBlob use to return a result? #420

Open 2laWehT opened 1 year ago

2laWehT commented 1 year ago

Could you please help me with information about these questions:

What is the scientific basis for the TextBlob to determine a result? How can I be sure of the validity of the TextBlob results? What formulas does the TextBlob use to return a result?

matteospanio commented 11 months ago

If you are inquiring about sentiment analysis, I suggest checking out issue #415 on GitHub for more information. Alternatively, could you please provide more specific details regarding your query about the "result"?

In any case, the documentation contains references to the sources upon which the algorithm implementation is founded, covering almost all methods, classes, and functions. This library typically offers a user-friendly interface to access functionalities derived from the NLTK and Pattern Python modules, both of which have an excellent reputation and are widely used by professionals and researchers worldwide.