midas-research / dlkp

A deep learning library for identifying keyphrases from text
MIT License
25 stars 3 forks source link

AutoCrfModelforKpExtraction not defined #39

Open bhi5hmaraj opened 2 years ago

bhi5hmaraj commented 2 years ago

I was trying to replicate the baseline, by following this notebook but looks like AutoCrfModelforKpExtraction not defined in this __init__.py. Replacing it with BertCrfModelForKpExtraction seem to work, but is that intended?