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

self.PL = self.WDL / maxTF self.PR = self.WDR / maxTF I think the right code is: self.PL = self.WDL / self.G.in_degree(self.id, weight='TF') self.PR = self.WDR / self.G.out_degree(self.id, weight='TF')

In [README.md](https://github.com/LIAAD/yake/blob/master/README.md), the link https://hub.docker.com/r/liaad/keep is 404. And I don't see KEEP on https://hub.docker.com/u/liaad

Hi, Would it be possible to have acronym keywords found in input text returned in upper case by the keyword parser? Currently, all keywords are in lower case in the...

I want to use the standalone installation, but there doesnt seems to be an option to just specify a URL as in the demo. Is it possible or this only...

I'm having trouble understanding why the PKE folder exists with a seemingly very different implementation. Why is that?

I am passing the set of English stopwords which I create from `yake/StopwordsList/stopwords_en.txt`. ```python text = "YAKE! is a light-weight unsupervised automatic keyword extraction method which rests on text statistical...

Hello! I would like to have a guide showing what the parameters mean (for instance, for the yake.KeywordExtractor() object). Can this be found anywhere? The algorithm is useful, but I...

Is there any Rust client/server for Yake? I would like to have Yake also running in Rust because of my project setup. Any insight is appreciated, or someone has started...

Hey! Docker container of `yake-server` is still on 0.4.3. There's already a release 0.4.4 here. I see that the Dockerfile uses `master` to build. There are changes in `master` that...

https://arianpasquali-yake-demostreamlit-app-n5vm0q.streamlit.app/ AttributeError: module 'numpy' has no attribute 'bool'. `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, use `bool` by itself. Doing this...