Text Clustering: Implementation
摘要
This chapter is concerned with the implementation of text clustering system, which is its prototype version. The simplest unsupervised learning algorithm, AHC algorithm, is adopted as an approach to text clustering. We present the system architecture, source code, and demonstration of executing the system. We mention points for upgrading the system which is implemented in this chapter. In this chapter, we implement and demonstrate the prototype version of text clustering system to provide the guide of implementing its real version.