No description
Find a file
2023-07-23 17:52:48 -04:00
.idea Initial Commit 2023-07-23 16:01:28 -04:00
src/Keybert Changed environment variable behavior to accept comma separated models rather than a JSON encoded value 2023-07-23 16:23:17 -04:00
tests Changed environment variable behavior to accept comma separated models rather than a JSON encoded value 2023-07-23 16:23:17 -04:00
.gitignore Initial Commit 2023-07-23 16:01:28 -04:00
.gitlab-ci.yml Added timeout 2023-07-23 17:52:48 -04:00
CHANGELOG.md Initial Commit 2023-07-23 16:01:28 -04:00
docker-compose.yml Changed environment variable behavior to accept comma separated models rather than a JSON encoded value 2023-07-23 16:23:17 -04:00
Dockerfile Initial Commit 2023-07-23 16:01:28 -04:00
LICENSE Initial Commit 2023-07-23 16:01:28 -04:00
main Initial Commit 2023-07-23 16:01:28 -04:00
Makefile Initial Commit 2023-07-23 16:01:28 -04:00
project.json Initial Commit 2023-07-23 16:01:28 -04:00
README.md Initial Commit 2023-07-23 16:01:28 -04:00

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.