错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Text Categorization: Implementation

  • Taeho Jo

摘要

This chapter is concerned with the implementation of prototype version of text categorization system in Java. The simplest machine learning algorithm, one nearest neighbor, is adopted as an approach to text categorization. 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 the text categorization system in Java and demonstrate it to provide guide of implementing its real version.