Closed renatofcorrea closed 2 years ago
Hello @renatofcorrea,
The Kea model only performs keyphrase extraction and does not uses a thesaurus (see original paper: https://arxiv.org/abs/cs/9902007).
I think that you refer to Kea++, an extended version of Kea that uses a thesaurus (https://dl.acm.org/doi/pdf/10.1145/1141753.1141819). This model is currently not implemented in pke
but feel free to implement it and open a PR.
Best,
f.
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.