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

613 B

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.