yake icon indicating copy to clipboard operation
yake copied to clipboard

Single-document unsupervised keyword extraction

Results 35 yake issues
Sort by recently updated
recently updated
newest added

The extract keyword method is not identifying terms with hyphens or numbers. For example the terms COVID-19 and SARS-CoV-2 are ignored when processing. The abstract for the paper "Mechanisms of...

When the dedupLim is below 1, the function extract_keywords(text) returns tuples in the format: (, ) When the dedupLim is 1, the same function returns tuples in the format: (,...

Referencing https://github.com/DerwenAI/pytextrank/issues/174 the comparison of algorithms seemed to be missing.

Dear authors, thank you for the great keyword extracting methods. When extracting keywords with YAKE it usually happens that in-between keywords there are two words with the same lemma (e.g....

Thank you for making this work open source. Are the evaluation scripts available online? I have been trying to reproduce the numbers from the paper but am unable to match...

What does a YAKE score that is negative or zero imply?

I just pulled the docker image with the latest tag. However, it exposes the API of Version 0.0.1. On your official Demo at http://yake.inesctec.pt/apidocs/ version 0.0.2 is exposed. I checked...

If I want to use a custom model, would it be possible?

Hello, I'm having an issue processing this sentence: `Rugby league-Australian rugby league results .` The the highlighter never ends marking the sentence, for what I can see the issue is...