### TEXT SENTIMENT ANALYZER ENGINE by SuperScratcher_1234 ### This engine takes a text or string as the input and analyses it, determining its sentiment score. A sentiment score of 0 means the text is neutral, higher positive numbers mean the text is more positive, and the same applies to negative scores. All credit goes to @PullJosh, who originally wrote this engine in JavaScript (JS) as a userscript in 2016. However, userscripts are harder and harder to add to browsers as they have improved their security measures immensely since the release of @PullJosh's original engine. Furthermore, on Scratch, you are no longer allowed to link to and share userscripts. Thus I decided to remake the engine in Scratch myself. Please note that you should write in American English, otherwise the engine might not recognize a few words of your text (eg. type "favorable" instead of "favourable"). Please don't forget to credit @PullJosh and me (@SuperScratcher_1234) when using any part of the engine. Thank you! ### Changelog ### v1.2 — 16/03/2021: Added more words to the list "increase". v1.1 — 16/03/2021: Fixed a bug that caused the engine to detect capitalization incorrectly. v1.0 — 16/03/2021: Initial release.