https://github.com/deonvz/sentimentanalysis
This model scores the sentiment of text with a value between 0 ("negative") , 0.5 ("neutral") up to 1 ("positive"). This model was trained on reviews. These were truncated to a maximum of 200 words and only the 20,000 most common words in the reviews are used.
https://github.com/deonvz/sentimentanalysis
ai javascript ml ml5js model natural-language-processing seniment sentiment-analysis
Last synced: about 1 year ago
JSON representation
This model scores the sentiment of text with a value between 0 ("negative") , 0.5 ("neutral") up to 1 ("positive"). This model was trained on reviews. These were truncated to a maximum of 200 words and only the 20,000 most common words in the reviews are used.
- Host: GitHub
- URL: https://github.com/deonvz/sentimentanalysis
- Owner: deonvz
- License: mit
- Created: 2023-03-22T09:18:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T09:28:57.000Z (about 3 years ago)
- Last Synced: 2025-01-21T20:48:44.873Z (over 1 year ago)
- Topics: ai, javascript, ml, ml5js, model, natural-language-processing, seniment, sentiment-analysis
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentiment Analysis
This model scores the sentiment of text with a value between 0 ("negative") , 0.5 ("neutral") up to 1 ("positive"). This model was trained on reviews. These were truncated to a maximum of 200 words and only the 20,000 most common words in the reviews are used.
My JSFiddle: https://jsfiddle.net/tripwireza/kdx158u0/13/
