This is a score list created on 2011-08-25, from the most used words in english ("en"), rated by native speakers of the language.
For reference and citation please use: Positivity of the English language.
Rank | Word | Word in English | Happiness Score | Standard Deviation of Ratings |
---|
We have all of the following word lists available:
Each of the sets of words (and individual words themselves) can be queried through the API (in addition to the CSV and Excel version available from the table above). For this set, the endpoint for json is: https://hedonometer.org/api/v1/words/?format=json&wordlist__title=labMT-en-v1. A sample response, by passing limit=1 into the query for the en_all word set, is:
http://hedonometer.org/api/v1/words/?format=json&wordlist__title=labMT-en-v1&limit=1 { "meta": { "limit": 1, "next": "/api/v1/words/?format=json&wordlist__title=labMT-en-v1&limit=1&offset=1", "offset": 0, "previous": null, "total_count": 10222 }, "objects": [ { "happs": 8.5, "rank": 0, "stdDev": 0.9313, "text": "laughter", "word": "laughter", "word_english": "laughter", "wordlist": { "date": "2011-08-25", "language": "en", "reference": "https://arxiv.org/abs/1108.5192", "referencetitle": "Positivity of the English language", "title": "labMT-en-v1" } } ] }