{"id":19507191,"url":"https://github.com/mouse-reeve/rewordbot","last_synced_at":"2025-06-24T14:36:04.255Z","repository":{"id":77871036,"uuid":"77470438","full_name":"mouse-reeve/rewordbot","owner":"mouse-reeve","description":"The thesaurus makes you sound smarter","archived":false,"fork":false,"pushed_at":"2017-05-02T20:44:37.000Z","size":78,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T11:17:46.462Z","etag":null,"topics":["generative-text","natural-language","synonyms","wordnik"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mouse-reeve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-12-27T17:01:23.000Z","updated_at":"2016-12-28T01:58:29.000Z","dependencies_parsed_at":"2023-03-20T09:01:12.471Z","dependency_job_id":null,"html_url":"https://github.com/mouse-reeve/rewordbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouse-reeve%2Frewordbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouse-reeve%2Frewordbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouse-reeve%2Frewordbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouse-reeve%2Frewordbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mouse-reeve","download_url":"https://codeload.github.com/mouse-reeve/rewordbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240756376,"owners_count":19852546,"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","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":["generative-text","natural-language","synonyms","wordnik"],"created_at":"2024-11-10T22:41:32.956Z","updated_at":"2025-02-25T22:25:35.306Z","avatar_url":"https://github.com/mouse-reeve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Re-Word Bot\n\nReplace words in a piece of text with a synonym (via [Wordnik](wordnik.com)), and make some effort to retain the orginal formatting.\n\nExamples:\n\nConvert text:\n```bash\n$ python synonymizer.py -t 'The thesaurus makes you sound smarter'\n\nThe synonymicon mate you healthy smarter\n```\n\nShow the tokenization and part of speech tagging:\n```bash\n$ python synonymizer.py -t 'The thesaurus makes you sound smarter' --show_tokens=true\n\n[('The', 'DT'), ('thesaurus', 'NN'), ('makes', 'VBZ'), ('you', 'PRP'), ('sound', 'VBP'), ('smarter', 'NN')]\nThe thesaurus cause you healthy smarter\n```\n\nLoad a text file:\n```bash\n$ python synonymizer.py -f file-to-convert.txt\n```\n\nUse as a python class:\n```python\nfrom synonymizer import Reword\nprint Reword().reword('The thesaurus makes you sound smarter')\n# u'The synonymicon cause you strong smarter'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmouse-reeve%2Frewordbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmouse-reeve%2Frewordbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmouse-reeve%2Frewordbot/lists"}