-
Hi,
Thank you for providing this great package. I had a question regarding the `top_n` argument and it's loosely related to some other issues on varying input lengths. Is it possible to set this nu…
-
This might be a repeat, but I didn't find an answer.
Could you please specify where can I find actual resulting phrases after running the code?
I scanned the code and all the configs multiple times…
-
-
nlp = spacy.load('zh_core_web_sm')
# initialize keyphrase extraction model, here TopicRank
extractor = pke.unsupervised.YAKE() # TopicRank
# load the content of the document, h…
-
`compute_document_frequency` generates a new DF, but is it possible to enrich the current DF with additional documents? (if it makes sense...)
-
As seen in https://github.com/vi3k6i5/flashtext
-
I wanted to understand if there is any documentation explaining the logic between [here](https://github.com/DerwenAI/pytextrank/blob/6dd286136e72b9081fbdec76d1e51a06e17a4bd7/pytextrank/base.py#L546) a…
-
I would like to use KeyBert with the French language.
To do this, must I select model and pass it through KeyBERT with model?
Like this:
```
from keybert import KeyBERT
doc = """
L'apprentissage…
-
Hi,
The documentation explains how to create indexing and perform an evaluation using the NTCIR dataset. Is it possible to give some pointer to do the same with the KP20k dataset?
-
Merhaba, zemberek içerisinde bir noun phrase extraction çalışması bulunuyor mu?
Bir örnek şu olabilir,
Mustafa Kemal Atatürk ankaraya gitti. -> (Mustafa Kemal Atatürk)
Büyük araba park etti. ->…