{"id":25531912,"url":"https://github.com/m-ah07/text-analysis-service-python","last_synced_at":"2026-02-10T23:03:48.233Z","repository":{"id":266768159,"uuid":"899303709","full_name":"m-ah07/text-analysis-service-python","owner":"m-ah07","description":"A Python-based service for performing advanced text analysis,","archived":false,"fork":false,"pushed_at":"2025-02-15T07:21:13.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T11:36:17.958Z","etag":null,"topics":["language-detection","nlp-tools","open-source","open-source-python","python","python-library","python-scripts","text-analysis","text-analytics","text-utilities","word-analysis"],"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/m-ah07.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,"zenodo":null}},"created_at":"2024-12-06T02:01:40.000Z","updated_at":"2025-02-15T07:21:16.000Z","dependencies_parsed_at":"2024-12-28T10:20:21.644Z","dependency_job_id":"b82504f7-e865-44db-b74b-28eb178e9a8c","html_url":"https://github.com/m-ah07/text-analysis-service-python","commit_stats":null,"previous_names":["marwan-ahmed-23/text-analysis-service-python","m-ah07/text-analysis-service-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-ah07/text-analysis-service-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftext-analysis-service-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftext-analysis-service-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftext-analysis-service-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftext-analysis-service-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-ah07","download_url":"https://codeload.github.com/m-ah07/text-analysis-service-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftext-analysis-service-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["language-detection","nlp-tools","open-source","open-source-python","python","python-library","python-scripts","text-analysis","text-analytics","text-utilities","word-analysis"],"created_at":"2025-02-20T01:42:12.369Z","updated_at":"2026-02-10T23:03:48.210Z","avatar_url":"https://github.com/m-ah07.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Analysis Service (Python)\n\nA Python-based service for performing advanced text analysis, including:\n- Counting words, characters, and sentences.\n- Identifying the most frequent words.\n- Supporting customizable options like excluding stopwords.\n\n---\n\n## 🚀 Features\n- **Word Count**: Count the total words in the text.\n- **Character Count**: Count characters with or without spaces.\n- **Sentence Count**: Count the number of sentences in the text.\n- **Frequent Words**: Identify the top frequent words in the text.\n\n## 🔧 Installation\nClone the repository:\n```bash\ngit clone https://github.com/m-ah07/text-analysis-service-python.git\n```\n\n\n## 📖 Usage\nHere's how to use the service:\n\n```bash\nfrom src.text_analyzer import TextAnalyzer\n\ntext = \"This is an example text for analysis.\"\nanalyzer = TextAnalyzer(text)\n\nprint(\"Word count:\", analyzer.count_words())\nprint(\"Character count:\", analyzer.count_characters())\nprint(\"Sentence count:\", analyzer.count_sentences())\nprint(\"Frequent words:\", analyzer.find_frequent_words())\n```\n\n## 📂 Directory Structure\n```plaintext\ntext-analysis-service-python/\n├── examples/\n│   └── example.py\n├── src/\n│   ├── __init__.py\n│   └── text_analyzer.py\n├── LICENSE\n├── .gitignore\n└── README.md\n```\n\n## 🤝 Contributing\n\nFeel free to fork this repository and submit pull requests to enhance functionality or add features.\n\n## 🌟 Show Your Support\nIf you found this project helpful, please consider giving it a ⭐ on GitHub. Your support means the world to us!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Ftext-analysis-service-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-ah07%2Ftext-analysis-service-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Ftext-analysis-service-python/lists"}