cable8mm/sentence-to-keywords
Composer 安装命令:
composer create-project cable8mm/sentence-to-keywords
包简介
Use a search engine(naver.com) to extract important keywords from sentences and correct typos.
README 文档
README
사용자가 검색창에 검색어를 넣을 경우, 오타 혹은 문장을 단어로 변환하여 검색을 해야 합니다. 자연어 처리 보다 간단하게 국내 검색엔진의 결과를 파싱한 후 중요 단어를 얻을 수 있습니다.
Use a search engine(naver.com) to extract important keywords from sentences and correct typos.
Features
- 오타도 높은 확률로 수정
- 긴 문장에서도 중요 키워드를 얻을 수 있음
- 데이터베이스 사용 없음
- 인증키 없음
Installation
composer require cable8mm/sentence-to-keywords
Usage
print_r(new ToWords('사칙연산 잘 하는 법));
Array
(
[0] => 사칙연산
[1] => 하는
[2] => 연산
[3] => 잘
[4] => 하는법
[5] => 사칙연산잘하는법
[6] => 법
[7] => 사칙 연산
)
print_r(new ToWords('키우기 좋은 견종));
Array
(
[0] => 견종
[1] => 키우기 좋은 견종
[2] => 키우기
[3] => 좋은
[4] => 키우기좋은견종
[5] => 키우기 좋은
[6] => 기르기
[7] => 좋은 견종
)
print_r(new ToWords('오스트렐리아 영어 스픽킹));
Array
(
[0] => 영어
[1] => 스피킹
[2] => 오스트레일리아
)
Fix coding style
composer lint
Test
composer test
License
The Sentence To Keywords is open-sourced software licensed under the MIT license.
cable8mm/sentence-to-keywords 适用场景与选型建议
cable8mm/sentence-to-keywords 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 6 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 07 月 21 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「keywords」 「sentence」 「searchengine」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cable8mm/sentence-to-keywords 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cable8mm/sentence-to-keywords 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cable8mm/sentence-to-keywords 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.
Simple text sentence splitting and counting. Supports at least english, german and dutch, possibly more.
Creates nice sentences out of arrays
SEO Helper is a framework agnostic package that provides tools & helpers for SEO (Laravel supported).
Simple way to handle Tagify for livewire components.
This package find sentence from given word/phrase
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-21