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.