Apr 14, 2009 01:12 PM
2848 Views
We present an efficient document clustering algorithm that uses a term frequency vector for each document instead of using a huge proximity matrix.
The algorithm has the following features:
(1) It requires a relatively small amount of memory and runs fast,
(2) It produces a hierarchy in the form of a document classification tree and (
3) The hierarchy obtained by the algorithm explicitly reveals a collection structure. We confirm these features and thus show the algorithm's feasibility through clustering experiments in which we use two collections of Japanese documents, the sizes of which are 83, 099 and 14, 701 documents. We also introduce an application of this algorithm to a document browser.
This browser is used in our Japanese-to-English Translation aid system. The browsing module of the system consists of a huge database of Japanese news articles and their English translations.The Japanese article collection is clustered into a hierarchy by our method. Since each node in the hierarchy corresponds to a topic in the collection, we can use the hierarchy to directly access articles by topic. A user can learn general translation knowledge of each topic by browsing the Japanese articles and their English translations. We also discuss techniques of presenting a large tree-formed hierarchy on a computer screen.