lngvietthang / das

Document Abstractive Summarization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement extract n-best sentence in content part

lngvietthang opened this issue · comments

Get n-best sentence which cover almost the major information in the content.
Methods:

  • TF-IDF, Cosine Similarity and Ranking.
  • ....

@giahy2507 If you have a plan to implement new methods extract n-best sentence, please update name of methods into this issue!
Thanks a lot!