boudinfl / pke

Python Keyphrase Extraction module
GNU General Public License v3.0
1.57k stars 291 forks source link

How to set parameter thesaurus for KEA? #194

Closed renatofcorrea closed 2 years ago

renatofcorrea commented 2 years ago

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.

boudinfl commented 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.