File size: 491 Bytes
a676b41
 
 
 
 
 
 
 
 
 
 
 
a8a14ae
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Topic Segmentation
emoji: 🚀
colorFrom: indigo
colorTo: green
sdk: streamlit
sdk_version: 1.17.0
app_file: app.py
pinned: false
license: mit
---

## Unsupervised Topic Segmentation of text based on the TextTiling algorithm

### Blog Post explaining the Algorithm and Code:
https://www.naveedafzal.com/posts/an-introduction-to-unsupervised-topic-segmentation-with-implementation/

### Related Papers
- https://aclanthology.org/J97-1003.pdf
- https://aclanthology.org/W12-3307.pdf