No description
Find a file
2023-07-29 15:46:44 -04:00
.idea Initial Commit 2023-07-23 16:01:28 -04:00
src/Keybert Fixed issue where multi-document queries would throw an unexpected exception due to the way tupals are handled in the in the wrapper class. 2023-07-29 15:46:22 -04:00
tests Fixed issue where multi-document queries would throw an unexpected exception due to the way tupals are handled in the in the wrapper class. 2023-07-29 15:46:22 -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 Minor correction in CHANGELOG.md 2023-07-29 15:46:44 -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 Fixed issue where multi-document queries would throw an unexpected exception due to the way tupals are handled in the in the wrapper class. 2023-07-29 15:46:22 -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.