MaartenGr / KeyBERT

Minimal keyword extraction with BERT
https://MaartenGr.github.io/KeyBERT/
MIT License
3.47k stars 344 forks source link

Extract custom entities from text #144

Closed xellDart closed 1 year ago

xellDart commented 1 year ago

Hello, thank you very much for your work, I have a couple of doubts, this implementation helps me to be able to identify certain parameters such as names of a text. Example:

The characters mentioned in the text are: Benito Juárez and Félix María Zuloaga. The laws of the Reform implanted by Benito Juárez in the constitution of 1857, consisted of norms that sought the separation between the attributions of the State and the Church. The subordination of the military to civil authority was also sought.

Where the words in bold are the ones that I would like to extract, these are as an example, but the number of entities that I have is greater, for example dates, addresses, as another point, it is possible to generate my dataset and use it under your implementation. Since I need to be able to identify certain words or similar words and extract them. And if this is possible, what tool can I use to label the texts?