{"id":19398073,"url":"https://github.com/piedweb/text-analyzer","last_synced_at":"2025-04-24T05:31:20.520Z","repository":{"id":65408478,"uuid":"584810772","full_name":"PiedWeb/text-analyzer","owner":"PiedWeb","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-04T06:35:51.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-22T06:58:48.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/PiedWeb.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}},"created_at":"2023-01-03T15:19:25.000Z","updated_at":"2025-03-05T10:29:07.000Z","dependencies_parsed_at":"2024-02-18T19:26:07.971Z","dependency_job_id":"5ef49f6a-d180-44d1-8853-91356411a0bb","html_url":"https://github.com/PiedWeb/text-analyzer","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"1cf414ec6aed798a80027ae6b8c12fcf80527da7"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Ftext-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Ftext-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Ftext-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiedWeb%2Ftext-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiedWeb","download_url":"https://codeload.github.com/PiedWeb/text-analyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250572299,"owners_count":21452327,"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":[],"created_at":"2024-11-10T11:04:48.693Z","updated_at":"2025-04-24T05:31:20.289Z","avatar_url":"https://github.com/PiedWeb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://dev.piedweb.com\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/PiedWeb/piedweb-devoluix-theme/master/src/img/logo_title.png\" width=\"200\" height=\"200\" alt=\"Open Source Package\" /\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n# Text Analyzer\n\n[![Latest Version](https://img.shields.io/github/tag/PiedWeb/TextAnalyzer.svg?style=flat\u0026label=release)](https://github.com/PiedWeb/TextAnalyzer/tags)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)\n[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/PiedWeb/TextAnalyzer/Tests?label=tests)](https://github.com/PiedWeb/TextAnalyzer/actions)\n[![Quality Score](https://img.shields.io/scrutinizer/g/PiedWeb/TextAnalyzer.svg?style=flat)](https://scrutinizer-ci.com/g/PiedWeb/TextAnalyzer)\n[![Code Coverage](https://codecov.io/gh/PiedWeb/TextAnalyzer/branch/main/graph/badge.svg)](https://codecov.io/gh/PiedWeb/TextAnalyzer/branch/main)\n[![Type Coverage](https://shepherd.dev/github/PiedWeb/TextAnalyzer/coverage.svg)](https://shepherd.dev/github/PiedWeb/TextAnalyzer)\n[![Total Downloads](https://img.shields.io/packagist/dt/piedweb/text-analyzer.svg?style=flat)](https://packagist.org/packages/piedweb/text-analyzer)\n\nSemantic Analysis : Extract Expressions from a text and order it by density.\n\n## Install\n\nVia [Packagist](https://img.shields.io/packagist/dt/piedweb/text-analyzer.svg?style=flat)\n\n```bash\n$ composer require piedweb/text-analyzer\n```\n\n## Usage\n\n```php\n\nuse \\PiedWeb\\ExpressionHarvester\\MultiAnalyzer;\n\n$test = new MultiAnalyzer($onlyInSentence = true, $expressionMaxWords = 5 );\n\n$result = $test-\u003eaddContent(\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed...\");\n$result-\u003egetExpressions();\n\n$results = $test-\u003eexec(); // @return \\PiedWeb\\TextAnalyzer\\Analysis\n    // same methods except in get expression, the value for each expression is not anymore his number\n\n```\n\n## Testing\n\n```bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [contributing](https://dev.piedweb.com/contributing)\n\n## Credits\n\n- [PiedWeb](https://piedweb.com)\n- [All Contributors](https://github.com/PiedWeb/:package_skake/graphs/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Ftext-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiedweb%2Ftext-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedweb%2Ftext-analyzer/lists"}