No description
- PHP 75.6%
- Python 17%
- Dockerfile 6.2%
- Makefile 1.2%
| .idea | ||
| src/Keybert | ||
| tests | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| CHANGELOG.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| main | ||
| Makefile | ||
| project.json | ||
| README.md | ||
Keybert
KeyBERT is a minimal and easy-to-use keyword extraction technique that leverages BERT embeddings to create keywords and keyphrases that are most similar to a document.
This library is a PHP wrapper for the KeyBERT Python library, allowing you to use it in your PHP projects or spawn it as a individual process to use from another machine on your network.
This documentation is a work in progress. Please check back later for more information.
License
This project is licensed under MIT. Please see the LICENSE file for more information.