keybert/README.md
2023-07-23 16:01:28 -04:00

14 lines
No EOL
613 B
Markdown

# 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](https://https://github.com/MaartenGr/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](LICENSE) file for more information.