JudeLee19 / HMNet-End-to-End-Abstractive-Summarization-for-Meetings

"End-to-End Abstractive Summarization for Meetings" paper - Unofficial PyTorch Implementation
52 stars 13 forks source link

How to create a text corpus file for custom data ? #3

Closed shubhamsoulpage closed 4 years ago

shubhamsoulpage commented 4 years ago

How to create a text corpus for a custom data Sample_transcript.txt

Just like train_corpus and test_corpus present under data folder.

JudeLee19 commented 4 years ago

I followed "https://github.com/bearblog/CoreRank/blob/master/data/utterance_community_detection.py", when creating text corpus.

Sperao commented 3 years ago

创建文本语料库时,我遵循了“ https://github.com/bearblog/CoreRank/blob/master/data/utterance_community_detection.py ”。

Can you give me the code for processing the data