naveed92/topic_segmentation
1
1---2title: Topic Segmentation3emoji: ๐4colorFrom: indigo5colorTo: green6sdk: streamlit7sdk_version: 1.17.08app_file: app.py9pinned: false10license: mit11---12 13## Unsupervised Topic Segmentation of text based on the TextTiling algorithm14 15### Blog Post explaining the Algorithm and Code:16https://www.naveedafzal.com/posts/an-introduction-to-unsupervised-topic-segmentation-with-implementation/17 18### Related Papers19- https://aclanthology.org/J97-1003.pdf20- https://aclanthology.org/W12-3307.pdf