-
from tensorflow.python.keras.engine.keras_tensor import KerasTensor
"KerasTensor " can not be found.
Is it because python, tensorflow and the version of keras do not correspond?
-
#### Describe the bug
I was experimenting with scikit-learn after updating scikit-learn from 0.21.1 to 1.0.2, and found that the custom transformer had stopped working. I wonder what might have…
-
Issues: Current version of Spacy allows the use of packaged transformer pipeline. KeyphraseVectorizers doesn't seem to accommodate as such in setting up the instance.
Error Message: On calling .fit…
-
## Papers
COLING'2020 will be happening next week (Dec 8-13, 2020, online). And one of the papers accepted there caught my attention.
It's called [(2020) Biased TextRank: Unsupervised Graph-Base…
-
The model prediction seems to have a bug and does not properly deal with the sub-words in the output.
For example this is the output obtained:
```
[[' representation', ' documents', ' mask', 'in…
-
Hello,
How to set the parameter thesaurus for KEA?
I need that to perform controlled indexing, it likes to the description in: http://community.nzdl.org/kea/description.html
Thx,
Renato.
-
Hi team,
I used to load my model and do .predict, but yesterday i installed keybert and now my ktrain.load_predictor is throwing error.
![im1](https://user-images.githubusercontent.com/43354631/16…
-
It will be nice to have the usage interface as follows
from dlkp.models import KeyphraseTagger
from dlkp.models import KeyphraseGenerator
load the keyphrase tagger
tagger = KeyphraseTagger.…
-
Spacy doesn't provide a tagger for French.
It would be great to have an option to provide a custom tagger.
Since spacy is used, it could be added as a custom pipeline component.
Spacy taggers may…
-
i test this method in chinese keyphrase extraction.
i use bert CLS embedding and added token embedding as the sentence sentence embedding.
and apply your method.
the resulst shows that a lot o…