ibatra / BERT-Keyword-Extractor

Deep Keyphrase Extraction using BERT
256 stars 71 forks source link

Corrected the Convert Function #13

Closed Rahul1582 closed 2 years ago

Rahul1582 commented 4 years ago

The convert Function that converts the phrases into B,H I tokens is not valid for repeated words in a keyphrase. As the function is made they will take the first occurance of the word and not the desired word in case of repetation.