{"id":16545090,"url":"https://github.com/reycn/word_frequency","last_synced_at":"2025-09-19T04:31:53.370Z","repository":{"id":130731483,"uuid":"144186182","full_name":"reycn/word_frequency","owner":"reycn","description":"[Refactoring scheduled] 📊 A script to analyse the frequencies of words in web pages.","archived":false,"fork":false,"pushed_at":"2024-04-19T10:27:47.000Z","size":13054,"stargazers_count":16,"open_issues_count":8,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T20:48:08.918Z","etag":null,"topics":["english","frequency","script","tampermonkey"],"latest_commit_sha":null,"homepage":"https://greasyfork.org/zh-CN/scripts/371031-%E8%AF%8D%E9%A2%91%E7%BB%9F%E8%AE%A1","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reycn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-09T17:53:50.000Z","updated_at":"2024-04-19T09:37:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bb72288-7f95-4fbc-a5d4-3dfc878f6a38","html_url":"https://github.com/reycn/word_frequency","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"38ef8f4ac314718acbdb1f0cdc257fc71f5eb6ef"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reycn/word_frequency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reycn%2Fword_frequency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reycn%2Fword_frequency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reycn%2Fword_frequency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reycn%2Fword_frequency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reycn","download_url":"https://codeload.github.com/reycn/word_frequency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reycn%2Fword_frequency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275881570,"owners_count":25545398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["english","frequency","script","tampermonkey"],"created_at":"2024-10-11T19:05:46.566Z","updated_at":"2025-09-19T04:31:50.679Z","avatar_url":"https://github.com/reycn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![word_frequency](https://github.com/oyrx/word_frequency/raw/master/others/words.png)\n# Word Frequency\nA script to analyse the frequencies of words in web pages.  \n[Greasyfork](https://greasyfork.org/zh-CN/scripts/371031-%E8%AF%8D%E9%A2%91%E7%BB%9F%E8%AE%A1)  \n[Github](https://github.com/oyrx/word_frequency)    \n[Blog](https://quoth.win/word_freq)  \n\n## Main Features\n- Double-click word to indicate its frequency.  \n- Auto analysing words in selected articles.  \n\n## Compatibility\n- Tested on [Chrome](https://www.google.com/chrome/) with [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)  \n\n## Known issues\n- No pages/elements judgements. \n- \u003cdel\u003eNo judgement of English at this moment.\u003c/del\u003e  \n- \u003cdel\u003eMight be slow if long passage was selected.\u003c/del\u003e  \n\n## TODO\n- \u003cdel\u003eEnglish judgement\u003c/del\u003e  \n- \u003cdel\u003ePerformance\u003c/del\u003e  \n- Pages/Elements judgements.  \n\n## Demo Gif\n![demogif](https://github.com/oyrx/word_frequency/raw/master/others/words.gif)\n\n## Color Indicator\n![color](https://github.com/oyrx/word_frequency/raw/master/others/signals.jpg)\n    \n----------------------------------------------------\n    \n# 词频脚本\n分析网页文章英语词频的油猴脚本  \n由于油猴脚本的字符数量限制，建议手动替换  \n```var words = [\"the\",...];```  \n一行 为 文件 `COCA_47000` 的五万词频库。  \n\n[在线安装](https://greasyfork.org/zh-CN/scripts/371031-%E8%AF%8D%E9%A2%91%E7%BB%9F%E8%AE%A1)  \n[开源地址](https://github.com/oyrx/word_frequency)  \n[博客](https://quoth.win/word_freq)  \n\n## 主要功能\n- 双击单词自动显示词频范围  \n- 选中文章自动分析每一个词语  \n\n## 兼容性\n- 安装了 [TamperMonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) 的 [Chrome浏览器](https://www.google.com/chrome/)   \n\n## 已知问题\n- 没有判断网页类型和元素\n- \u003cdel\u003e暂时没有对英文进行判断\u003c/del\u003e  \n- \u003cdel\u003e受限于JS运行效率，长篇段落比\n较慢\u003c/del\u003e  \n\n## TODO\n- \u003cdel\u003e判断英文\u003c/del\u003e  \n- \u003cdel\u003e性能优化\u003c/del\u003e  \n- 元素判断  \n\n    \n## 功能演示\n![demogif](https://github.com/oyrx/word_frequency/raw/master/others/words.gif)\n\n## 颜色的含义\n![color](https://github.com/oyrx/word_frequency/raw/master/others/signals.jpg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freycn%2Fword_frequency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freycn%2Fword_frequency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freycn%2Fword_frequency/lists"}