ubclaunchpad / cmd-fam

MIT License
0 stars 0 forks source link

Research Paragraph Detection/Segmentation #7

Open jacqueschen1 opened 4 years ago

jacqueschen1 commented 4 years ago

Research into finding a way to split the entire text into different paragraphs in order to do summarization

jacqueschen1 commented 4 years ago

Promising algorithm: https://bitbucket.org/gg42554/graphseg/src/master/ Unfortunately it's in Java...

Other cool papers: https://www.aclweb.org/anthology/N09-1042.pdf https://www.aclweb.org/anthology/S16-2016.pdf https://www.cs.tau.ac.il/~joberant/teaching/nlp_spring_2019/past_projects/text_segmentation.pdf https://arxiv.org/pdf/1808.09935v1.pdf