Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 494 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 494 Bytes

Document Clustering

An application for document clustering that uses a Suffix Tree Clustering algorithm.
Based on the paper "A New Suffix Tree Similarity Measure for Document Clustering" by Hung Chim and Xiaotie Deng.
The Suffix Tree construction algorithm is based on the paper "On-line Construction of Suffix Trees" by Esko Ukkonen.

It is written in Java and uses Swing to display the built Suffix Tree.