{"id":22275910,"url":"https://github.com/sergiokapone/wordcloudgenerator","last_synced_at":"2025-03-25T17:26:30.326Z","repository":{"id":208474975,"uuid":"721723856","full_name":"sergiokapone/WordCloudGenerator","owner":"sergiokapone","description":"WordCloud Generator","archived":false,"fork":false,"pushed_at":"2023-11-21T18:53:54.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T15:24:55.865Z","etag":null,"topics":["pyhon","wordcloud"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sergiokapone.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}},"created_at":"2023-11-21T16:37:13.000Z","updated_at":"2023-12-06T11:49:14.000Z","dependencies_parsed_at":"2023-11-21T17:55:51.479Z","dependency_job_id":null,"html_url":"https://github.com/sergiokapone/WordCloudGenerator","commit_stats":null,"previous_names":["sergiokapone/wordcloudgenerator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiokapone%2FWordCloudGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiokapone%2FWordCloudGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiokapone%2FWordCloudGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiokapone%2FWordCloudGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiokapone","download_url":"https://codeload.github.com/sergiokapone/WordCloudGenerator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245509400,"owners_count":20626982,"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":["pyhon","wordcloud"],"created_at":"2024-12-03T14:12:50.402Z","updated_at":"2025-03-25T17:26:30.301Z","avatar_url":"https://github.com/sergiokapone.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordCloud Generator\n\nThis script generates a word cloud from a given text file. The generated word cloud can be customized based on frequency distribution, and it supports multiple languages for morphological analysis.\n\n## Features\n\n- Tokenizes and preprocesses text data.\n- Utilizes a morphological analyzer for lemmatization.\n- Generates a word cloud from the lemmatized tokens.\n- Supports different languages for analysis (default is English).\n- Allows customization of output file path and display options.\n\n## Usage\n\n1. Install the required dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n2. Run the script with the desired parameters:\nbash\n```\npython generate_wordcloud.py input_file.txt --lang en --output output_wordcloud.png --show\n```\n\n- `input_file.txt`: Path to the text file for word cloud generation.\n- `--lang`: Language for morphological analysis (default is 'en').\n- `--output`: Output path for the generated word cloud image.\n- `--show`: Display the generated word cloud on the screen instead of saving it to a file.\n\n## Dependencies\n\n- nltk\n- requests\n- wordcloud\n- matplotlib\n- pymorphy3\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://chat.openai.com/c/LICENSE) file for details.\n\n## Acknowledgments\nUkrainian stop words provided by [skupriienko](https://github.com/skupriienko/Ukrainian-Stopwords)\nWordCloud library: https://github.com/amueller/word_cloud.\npymorphy3 library: https://github.com/kmike/pymorphy2.\n\nFeel free to customize this template according to your specific project details. Let me know if you have any further requests or modifications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiokapone%2Fwordcloudgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiokapone%2Fwordcloudgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiokapone%2Fwordcloudgenerator/lists"}