-
Hi there,
Currently attempting to launch in docker container.
Been trying to try this out with the unigram model, but am getting silent failures when attempting to load the embedding distributor…
-
I got 'Model file has wrong file format!'
when using docker:
`docker run -v torontobooks_bigrams.bin:/sent2vec/pretrained_model.bin -it keyphrase-extraction`
that i try two files torontobooks…
-
I receive this error when I want to impoty YAKE.
```
File "YAKE.py", line 10, in
extractor = pke.unsupervised.YAKE(input_file=input_file, language=None)
AttributeError: 'module' object ha…
-
I try to use WINGNUS to train a model using semeval2010, however, none of the candidate selected from candidate_selection() is in the reference file.
For example, the keyphrases in the C-41.txt are
…
Uotas updated
6 years ago
-
I have a pdf file and from which I extract two corpora. The function which returns the keywords is called twice in a loop, once for each corpus. For the first corpus, it extracts the keywords just fin…
-
Hi!
First of all, thank you for sharing the code of the paper! It's super helpful.
I have a problem with the interactive session with docker. Basically what happens is that the session justs end…
-
I try following command and meet BrokenPipeError
```
docker build . -t keyphrase-extraction
docker run -v torontobooks_bigrams.bin:/sent2vec/pretrained_model.bin -it keyphrase-extraction
```
in d…
-
Hi,
I am using `pke.unsupervised.TfIdf` to extract key phrases, but it seems that the function only takes one file as input. I have a csv file contains multiple documents and I want to read them toge…
-
Hello,
I'm trying to run the code and extract keyphrases on at least on of the provided datasets. There is apparently an issue when reading the test sets (I have tried for several datasets and the …
-
Much the same as pressing Up (or of course, clicking "Edit") to edit the last message, I'm wondering if it's possible to do that programmatically within hubot or the adapter.
Would be stellar if it's…