Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MaartenGr/KeyBERT.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaartenGr <maarten_grootendorst@hotmail.com>2020-10-28 15:09:30 +0300
committerMaartenGr <maarten_grootendorst@hotmail.com>2020-10-28 15:09:30 +0300
commit8cbf997582ad84981fdebdc1d23b28e8d621bd7c (patch)
treee451bb10a264da321242a452ea679a98366c835f
parent8fd836c367a1d58f1d30b198497754c14824662c (diff)
Update readme
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 08e7ace..c24fa67 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Corresponding medium post can be found [here]().
## 1. About the Project
[Back to ToC](#toc)
-Although that are already many methods available for keyword generation
+Although there are already many methods available for keyword generation
(e.g.,
[Rake](https://github.com/aneesha/RAKE),
[YAKE!](https://github.com/LIAAD/yake), TF-IDF, etc.)
@@ -51,12 +51,6 @@ papers and solutions out there that use BERT-embeddings
), I could not find a BERT-based solution that did not have to be trained from scratch and
could be used for beginners (**correct me if I'm wrong!**).
Thus, the goal was a `pip install keybert` and at most 3 lines of code in usage.
-
-**NOTE**: If you use MMR to select the candidates instead of simple cosine similarity,
-this repo is essentially a simplified implementation of
-[EmbedRank](https://github.com/swisscom/ai-research-keyphrase-extraction)
-with BERT-embeddings.
-
<a name="gettingstarted"/></a>
## 2. Getting Started
@@ -171,7 +165,7 @@ The results with **low diversity**:
## References
Below, you can find several resources that were used for the creation of KeyBERT
-but most importantly, are amazing resources for creating impressive keyword extraction models:
+but most importantly, these are amazing resources for creating impressive keyword extraction models:
**Papers**:
* Sharma, P., & Li, Y. (2019). [Self-Supervised Contextual Keyword and Keyphrase Retrieval with Self-Labelling.](https://www.preprints.org/manuscript/201908.0073/download/final_file)