dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.4k stars 308 forks source link

How to get the summarized texts' embeddings rather than getting text ? #49

Closed aswin-datakalp closed 4 years ago

aswin-datakalp commented 4 years ago

I believe that the final summarised text is derived from embeddings , so is there a way where i can directly get the summarized texts emeddings directly rather than getting the summarized text ??

Any help on this would be much helpful for my task !!

dmmiller612 commented 4 years ago

That is a good idea for a feature. I'll try to get to it sometime soon.

pratikghanwat7 commented 4 years ago

+1

dmmiller612 commented 4 years ago

Added in version 0.5.0. Updated documentation in readme.