1 / 12

Text Mining Application Programming Chapter 1 Introduction

Text Mining Application Programming Chapter 1 Introduction. Manu Konchady, 2006. Definition: Text Mining. all types of text processing that deal with finding, organizing, and analyzing information. (formal) the creation of new information that is not obvious in a collection of documents.

Download Presentation

Text Mining Application Programming Chapter 1 Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Text Mining Application ProgrammingChapter 1 Introduction Manu Konchady, 2006

  2. Definition: Text Mining • all types of text processing that deal with finding, organizing, and analyzing information. • (formal) the creation of new information that is not obvious in a collection of documents. • New information is defined as a pattern, trend, or relationship that can’t be easily gleaned by reading individual documents. • The term document to refer to any unit of text, such as a Web page, an e-mail, a formatted article, a set of slides, or a plain text file.

  3. Data Mining vs. Text Mining • Data mining deals with structured numeric data, text mining deals with unstructured text. • Data used for data mining is extracted, transformed, and loaded in a data warehouse. • Text mining attempts to build a model from data that is assumed to be imprecise.

  4. Origins of Text Mining • Information Retrieval • Natural Language Processing

  5. Understanding Text • “Alice saw the rabbit with glasses,” • Polysemy • “In what state would you find Lincoln” • “free software” • Synonymy • More than one word can be expressed the same meaning. • Exuberant: lush, luxuriant, profuse, and riotous.

  6. An Architecture for Text Mining Applications

  7. Text Mining Functions • Searching • Information Extraction • Clustering • Categorization • Summarization • Information Monitor • Question and Answer

  8. A Layered Model

  9. Text Mining Installation • Text Mine (http://textmine.sf.net) is a collection of Perl modules and code on SourceForge to index, cluster, classify, and summarize text.

  10. Usage • Command line • Web-based interface.

  11. Web Interface

More Related