Techniques for Mining Text Documents

Size: px
Start display at page:

Download "Techniques for Mining Text Documents"

Transcription

1 Techniques for Mining Text Documents Ranveer Kaur M.Tech, Computer Science and Engineering Sri Guru Granth Sahib World University, Fatehgarh Sahib, Punjab, India Shruti Aggarwal Assistant Professor, Computer Science& Engineering Sri Guru Granth Sahib World University, Fatehgarh Sahib, Punjab, India ABSTRACT Data mining, being the active research area deals with analysis of data so that useful, valid and novel patterns can be extracted. Data mining is the core process of KDD (Knowledge Discovery in Databases). Today, a large amount of data is available in textual format and text mining is the emerging technique in the field data mining. This paper briefly discusses the how the text mining works and various techniques for text mining. General Terms Data Mining, Text Mining Keywords Text Mining, Text Mining Techniques, Information Extraction, Topic Tracking, Association Rule Mining 1. INTRODUCTION Data Mining is one of the important research areas. Data Mining is formed by the combination of words Data+Mining, which means, it mines the data to get knowledge from it because data is of no use unless knowledge can be fetched out of it. This seems to be important by taking into account the consideration that we are data rich but information poor [8]. Data mining is also called as Knowledge Discovery form Databases (KDD). Data Mining being quite similar to KDD but it always varies from the KDD in a manner that KDD is complete process by which we get knowledge regarding any specific domain or application so that, this knowledge can be used for decision making purposes in business, industries etc. While Data Mining is a step in KDD process aimed at discovering patterns and relationships from pre-processed and transformed data [1]. Hence Knowledge Discovery=Data Preparation + Data Mining+ Evaluation/Interpretation of patterns. Complete process can be shown in Fig1. We always mine the data by taking an assumption that knowledge will be discovered from it. The data available in the real world can be of any format like text data, online data, audio/video data, spatial data (like maps), time series data, relational and transactional data etc. We can extract knowledge from any kind of data by using certain tools. So types of data mining systems depending on type of data can be divided as: Text Data Mining: The mining process applied on free text to get useful relationships from it. Multimedia Data Mining: the process of finding important patterns form audio/video data. Web Mining: when data mining process is applied on web (online) data, then it is called as Web Mining. Spatial Data Mining: When type of data used to extract important features is in the form of maps, geographical information then it is called as spatial data mining. Fig 1. Steps in KDD process [1] So the basic goals of Knowledge Discovery (Data Mining) process are Verification and Discovery [1]. In Verification, User s hypothesis is tested only for the verification; it should be either accepted or rejected. In discovery, new patterns are generated autonomously by the system itself. A. Data Mining Task Discovery goal of Data Mining process can be divided further into two different goals/tasks performed by Data Mining System [1][7]:- 1. Descriptive Modelling 2. Predictive Modelling In Descriptive Modelling, data is described completely so that it can be presented in human understandable form [2][5]. In Predictive Modelling, value of one variable is predicted from unknown values i.e. future data is predicted [1][7]. B. Data Mining Methods Description and Prediction goals are achieved via following Data Mining methods [1][7]:- 25

2 Data Mining Task Table1. Text Mining Methods Goal Importance Classification Predictive Finding a model that will classify the data into predefined classes. Clustering Descriptive Identify the finite set of clusters to describe the data Information Extraction IE is the process of gathering structured information from unstructured text. NLP extracts the part of speech tags, Parsing results and these results are passed through IE phase. IE can perform Term Analysis, Name Entity Recognition, and Fact analysis Data Mining Data Mining is process of extracting useful and novel information from the database. When DM is used with Text Mining then Data Mining is applied on the facts generated from the IE phase to give the useful patterns. Association Rule Discovery Descriptive Finding relationships between the data. A text mining process can be shown as: Collecting Documents from Different Resources Regression Predictive Learning a function which maps a data item to a realvalued prediction variable and finding relationships between variables. Retrieve and Pre-process the documents Deviation Detection Predictive Find all the significant changes form previously measured values. Text Analysis --Information Extraction --Summarization etc. 2. TEXT MINING As there is huge growth in web, digital libraries, Medical data hence online textual documents are becoming more effective. So extracting knowledge out of these text documents is one of major research area. An effective reader will always generate relationships between texts so that a hypothesis can made. The extraction of useful patterns out of the textual resources is known as Text Mining. Text Mining is also known as Intelligent Text Analysis, Text Data Mining, and Knowledge Discovery in Text (KDT). This paper basically focuses on reviewing the various fields that are active in Text Mining and how the text mining works. 2.1 Text Mining Working Text Mining applies various techniques from different areas to extract semantically useful information from the text [5]. These techniques have been taken from the areas like Information Retrieval, Natural Language Processing (NLP), Information Extraction and Data Mining Information Retrieval: IR is term used for finding all those documents that satisfy the user s query. Hence IR system reduces our search to the limited documents only. If IR and Text Mining are used together then Text Mining system can produce efficient results and IR can speed up this process Natural Language Processing NLP is analysis of natural languages so that computers can understand them. NLP can perform Part-of-speech tagging, Parsing, Word Sense Disambiguation. MIS Knowledge Fig2. Process of Text Mining [3][6] Text mining process starts with collection of documents from various sources. With rapid development of the internet, textual data has been easily available from the online resources. Data can also be collected from the books, magazines, journals, newspapers etc. Any of the text mining tools is applied to fetch a particular document which further undergoes the pre-processing phase so as to improve the efficiency of the system. Then text analysis phase is executed to extract the information which would completely define the document content. This phase includes the process like information extraction, summarization, and feature selection etc and depending on the goals of organization, these techniques can be used in the hybrid way. Then Management Information System will handle the resulting data leading to the vast amount of the knowledge. The knowledge so produced after the text mining process can be used for decision making purposes [6]. 26

3 3. TEXT MINING TECHNIQUES The knowledge extracted from the text mining process can help the businesses in decision making process. Various Techniques have been suggested for text mining like Information Extraction, Topic Tracking, Summarization, Categorization, Clustering, Information Visualization, Concept Linkage, Question Answering and Association Rule Mining [3][6]. Some of these are described here: 3.1 Information Extraction [3][6]: Being the initial point, Information Extraction software finds key phrases and relationships from text. Pattern Matching is the base process that is used for Information Extraction which includes extracting the predefined sequences from the text. Text Documents Topic Extracted Similarity Calculation Threshold Comparison Story/Test Document Information Extraction Module Database Fig3. Information Extraction Process [6] Fig 1 depicts that a large corpus consisting of textual documents, when given as input to the Information Extraction module imposes a problem of transforming it to structured database and database so formed can be given as input to the knowledge discovery tool to generate important information out of it.e.g. Ratan Naval Tata, KBE is an Indian businessman who became chairman of the Tata Group. Information Extraction software should identify people, places and other meaningful information out of the text like from the given example: Table2: Information Extracted Ratan Tata Tata Group Text Mining Indian Businessman Chairman Knowledge Information Extraction is highly valuable when dealing with large volume of text because data in today s world is mainly available in form of electronic documents which has large amount of text. 3.2 Topic Tracking [3][6] Topic Tracking is text mining technique in which documents of user s interest are presented to user, based on tracking all those documents that user views. This approach can be used in the companies for alert purposes. Various approaches have been used for Topic tracking like Vector Space Model, Hierarchical Clustering, Named Entity Recognition Model, Hidden Markov Model, and Based on Keyword Extraction System etc[10]. Checking relevance between story and topic Fig4. Topic Tracking System Architecture [10] While doing Topic Tracking, Test Document needs to be represented and Similarity is calculated with the help of similarity function. This similarity is between topic and story and then threshold comparison is performed. If similarity is higher than threshold value then story is found to be related to topic otherwise not related to topic. Topic tracking system can be implemented on any textual database for tracking the events. It helps one to keep updated with all the products in the market. It can be used in the medical industry to track the complete situation of patient and what procedure has been followed and what are new treatments. It can also be used for education purposes. In news industry, it is highly valuable technique to find which news articles tracks same events and helps to collect distributed information together. 3.3 Summarization [3][6] Text Summarization is process of expressing large textual documents into reduced length documents while overall meaning remain same. Various techniques can be used for text summarization like sentence extraction i.e. extracting important sentences from an textual document by statistical calculation for sentences like weighting scheme, TF-ISF (Term Frequency- Inverse Sentence Frequency) Further heuristics such as position weighting scheme can also be used for summarization. For example, those phrases which are followed by key phrases like in conclusion, at last, finally, in the end etc. depicts the main points of document. Various methods like statistical, linguistically, heuristic methods are used for text summarization where this system finds how often certain keywords are. Frequency of the keywords is calculated, in which sentence they are present, check for bold text tag etc. This information is helpful to generate summarized view of the original text. An automatic summarization [11] process can be divided into three steps: (1) Preprocessing step where a structured representation of the original text is obtained; (2) Processing 27

4 step where an algorithm only transforms original text into the summary structure of original document; and (3) Generation step the final summary is generated. Preprocessing Step Processing the Text Generation Step Fig5. Automatic Text Summarization [11] 3.4 Clustering [3][6] The process in which similar documents are grouped together an dissimilar documents are placed in different cluster. 3.5 Categorization [3][6]: The Process of placing a document into predefined topic set is called as categorization. It can also be called as classification process. 3.6 Association Rule Mining [3][6]: Technique by which important association rules i.e. relationships are extracted from large databases is called as Association Rule Mining (ARM). It has been widely used in decision making process in business. E.g. these relationships are currently implemented in various supermarkets where items are placed on the basis of purchasing habits of customers i.e. those items are placed at minimum distance which are purchased frequently [8]. Fig6. Association System Fig6 shows A corpus is given as input to the text engine for extracting topics out of it. Text mining engine then reads those topics and generates association from those topics. These results are then fed into visualization system for analysis purpose ARM application ARM has been implemented in business for decision making purposes. ARM can also be used in textual databases for generating rules out of the text. This process has been used on many languages like Chinese, Urdu etc. Other languages can also be used to generate association rules which help to generate: Corpus Text Engine ARM Statistical thesaurus for any language Extracting grammatical rules Searching of web textual content in efficient manner This technique of text mining can be used to generate strong Association Rules for Punjabi text database. ARM will be combined with Natural language processing techniques to generate a system for generating associations 4. TEXT MINING APPLICATIONS Text mining, being the part of data mining field seeks to gather knowledge from structured as well as unstructured text. Advancements in text mining technologies have been led to process the natural language text also. There are many applications of text mining in various sectors like banks, insurance and financial markets, healthcare industry, IT sector, telecommunications etc. [2]. These applications are briefly discussed below: 4.1 Market Analysis With the help of various text mining techniques, market analysis is concerned to analyse the competitors in the market and can also be used to monitor the customers opinions and searing for new potential customers [2][6]. 4.2 Customer Relationship Management It mainly deals with managing the client messages. CRM consists of providing appropriate service to the customer as per their requests and providing quick answers to the questions. CRM need is basically felt in banking and insurance sector [2][6]. 4.3 Competitive Intelligence In this competitive era, each business organization need to gather, analyse the information about themselves, their competitors, customers, products and environment needed to take decisions efficiently [2][6]. So CI aims to find relevant information from the available data. CI is required in medical and pharmaceutical industry can be used to analyse the medical documents for the extraction of articles, scientific abstracts etc [2][6]. 4.4 Natural Language Questioning One of the text mining applications in Natural Language Processing is to develop the websites which can support the questioning in natural language [2][6] 5. CONCLUSION Data mining being the important as well as active research area helps to extract useful patterns from the data. These patterns generated help in decision making process in industry. Text data mining is also an important field which deals with unstructured and semi-structured text. This paper describes that Text data mining is always used with various fields like Natural Language Processing, Data Mining, Information Extraction, and Information Retrieval. Various techniques for Text mining has been also explained briefly which includes Information Extraction, Topic Tracking, Summarization, Clustering, Categorization and Association Rule Mining. Association rule mining has various applications in finding relationship from given text. So this technique can also be used to find relationships in natural languages like Punjabi. Not much work has been done on Punjabi language. So this work can be done in future. 28

5 6. REFERNCES [1] Usama Fayyad, Gregory Piatetsky-Shapiro, Padhraic Smith, Knowledge Discovery and Data Mining: Towards a Unifying Framework, KDD-96 Proceedings, [2] Sergio Bolasco, Alessio Canzonetti, Federico M. Capo,Francesca Della Ratta-Rinaldi, Bhupesh K. Singh, Understanding Text Mining:a Pragmatic Approach, Roam,Italy,2002. [3] Weiguo Fan, Linda Wallace, Stephanie RichZhongju Zhang, Tapping into the Power of Text Mining, Journal of ACM, Blacksburg, 2005 [4] Seth Grimes, The Developing Text Mining Market, white paper, Text Mining Summit05 Alta Plana Corporatopn,Boston,1-12, [5] Ananiadou, Sophia and McNaught, John(eds), Text Mining, March [6] Vishal Gupta, Gurpreet Singh Lehal, A Survey of Text Mining Techniques and Applications, Journal of Emerging Texhnologies in Web Intelligence, Vol. 1, No. 1, August [7] Neelamadhab Padhy, Dr. Pragnyaban Mishra, and Rasmita Panigrahi, The Survey of Data Mining Applications And Feature Scope, International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.2, No.3, June [8] Jiawei Han, Michelin Kamber, 2001, Data Mining Concepts and Techniques, Morgan Kaufmann publishers, USA, [9] [online] [10] Kamaldeep kaur and Vishal Gupta, Topic Tracking for Punjabi Language, Computer Science and Engineering: An International Journal (CSEIJ), Vol. 1 No. 3, August [11] Farshad Kyoomarsi,Hamid Khosravi,Esfandiar Eslami,Pooya Khosravyan Dehkordy and Asghar Tajoddin (2008), Optimizing Text Summarization Based on Fuzzy Logic, Seventh IEEE/ACIS International Conference on Computer and Information Science, IEEE computer society, [12] Nazish Asad, M. Younus Javed and Usman Qamar, Association Rules Mining for Urdu Language, International Journal of Computer and Communication Engineering (IJCEE), ISSN , Vol 1, No. 1, May

Text Mining: A Burgeoning technology for knowledge extraction

Text Mining: A Burgeoning technology for knowledge extraction Text Mining: A Burgeoning technology for knowledge extraction 1 Anshika Singh, 2 Dr. Udayan Ghosh 1 HCL Technologies Ltd., Noida, 2 University School of Information &Communication Technology, Dwarka, Delhi.

More information

Filtering of Unstructured Text

Filtering of Unstructured Text International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 11, Issue 12 (December 2015), PP.45-49 Filtering of Unstructured Text Sudersan Behera¹,

More information

Analyzing Outlier Detection Techniques with Hybrid Method

Analyzing Outlier Detection Techniques with Hybrid Method Analyzing Outlier Detection Techniques with Hybrid Method Shruti Aggarwal Assistant Professor Department of Computer Science and Engineering Sri Guru Granth Sahib World University. (SGGSWU) Fatehgarh Sahib,

More information

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2

A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 A Survey Of Different Text Mining Techniques Varsha C. Pande 1 and Dr. A.S. Khandelwal 2 1 Department of Electronics & Comp. Sc, RTMNU, Nagpur, India 2 Department of Computer Science, Hislop College, Nagpur,

More information

Text Mining. Representation of Text Documents

Text Mining. Representation of Text Documents Data Mining is typically concerned with the detection of patterns in numeric data, but very often important (e.g., critical to business) information is stored in the form of text. Unlike numeric data,

More information

An Efficient Approach for Color Pattern Matching Using Image Mining

An Efficient Approach for Color Pattern Matching Using Image Mining An Efficient Approach for Color Pattern Matching Using Image Mining * Manjot Kaur Navjot Kaur Master of Technology in Computer Science & Engineering, Sri Guru Granth Sahib World University, Fatehgarh Sahib,

More information

Data Visualization For Wi-Fi Hotspots Through Data Mining Using D3

Data Visualization For Wi-Fi Hotspots Through Data Mining Using D3 Data Visualization For Wi-Fi Hotspots Through Data Mining Using D3 Suraj Bansode 1, Swapnil Bhalerao 2, Nitin Mhadik 3 Computer Engineering, D.Y. Patil Institute Of Engineering And Technology Ambi / Savitribai

More information

Overview. Data-mining. Commercial & Scientific Applications. Ongoing Research Activities. From Research to Technology Transfer

Overview. Data-mining. Commercial & Scientific Applications. Ongoing Research Activities. From Research to Technology Transfer Data Mining George Karypis Department of Computer Science Digital Technology Center University of Minnesota, Minneapolis, USA. http://www.cs.umn.edu/~karypis karypis@cs.umn.edu Overview Data-mining What

More information

Review on Text Mining

Review on Text Mining Review on Text Mining Aarushi Rai #1, Aarush Gupta *2, Jabanjalin Hilda J. #3 #1 School of Computer Science and Engineering, VIT University, Tamil Nadu - India #2 School of Computer Science and Engineering,

More information

Introduction to Text Mining. Hongning Wang

Introduction to Text Mining. Hongning Wang Introduction to Text Mining Hongning Wang CS@UVa Who Am I? Hongning Wang Assistant professor in CS@UVa since August 2014 Research areas Information retrieval Data mining Machine learning CS@UVa CS6501:

More information

Data Mining. Introduction. Piotr Paszek. (Piotr Paszek) Data Mining DM KDD 1 / 44

Data Mining. Introduction. Piotr Paszek. (Piotr Paszek) Data Mining DM KDD 1 / 44 Data Mining Piotr Paszek piotr.paszek@us.edu.pl Introduction (Piotr Paszek) Data Mining DM KDD 1 / 44 Plan of the lecture 1 Data Mining (DM) 2 Knowledge Discovery in Databases (KDD) 3 CRISP-DM 4 DM software

More information

A Survey on k-means Clustering Algorithm Using Different Ranking Methods in Data Mining

A Survey on k-means Clustering Algorithm Using Different Ranking Methods in Data Mining Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 4, April 2013,

More information

Shrey Patel B.E. Computer Engineering, Gujarat Technological University, Ahmedabad, Gujarat, India

Shrey Patel B.E. Computer Engineering, Gujarat Technological University, Ahmedabad, Gujarat, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Some Issues in Application of NLP to Intelligent

More information

Overview of Web Mining Techniques and its Application towards Web

Overview of Web Mining Techniques and its Application towards Web Overview of Web Mining Techniques and its Application towards Web *Prof.Pooja Mehta Abstract The World Wide Web (WWW) acts as an interactive and popular way to transfer information. Due to the enormous

More information

International Journal of Advance Engineering and Research Development. A Survey on Data Mining Methods and its Applications

International Journal of Advance Engineering and Research Development. A Survey on Data Mining Methods and its Applications Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 5, Issue 01, January -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 A Survey

More information

Hybrid Model with Super Resolution and Decision Boundary Feature Extraction and Rule based Classification of High Resolution Data

Hybrid Model with Super Resolution and Decision Boundary Feature Extraction and Rule based Classification of High Resolution Data Hybrid Model with Super Resolution and Decision Boundary Feature Extraction and Rule based Classification of High Resolution Data Navjeet Kaur M.Tech Research Scholar Sri Guru Granth Sahib World University

More information

Dynamic Data in terms of Data Mining Streams

Dynamic Data in terms of Data Mining Streams International Journal of Computer Science and Software Engineering Volume 1, Number 1 (2015), pp. 25-31 International Research Publication House http://www.irphouse.com Dynamic Data in terms of Data Mining

More information

International Journal of Computer Engineering and Applications, Volume VIII, Issue III, Part I, December 14

International Journal of Computer Engineering and Applications, Volume VIII, Issue III, Part I, December 14 International Journal of Computer Engineering and Applications, Volume VIII, Issue III, Part I, December 14 DESIGN OF AN EFFICIENT DATA ANALYSIS CLUSTERING ALGORITHM Dr. Dilbag Singh 1, Ms. Priyanka 2

More information

K-Mean Clustering Algorithm Implemented To E-Banking

K-Mean Clustering Algorithm Implemented To E-Banking K-Mean Clustering Algorithm Implemented To E-Banking Kanika Bansal Banasthali University Anjali Bohra Banasthali University Abstract As the nations are connected to each other, so is the banking sector.

More information

The Transpose Technique to Reduce Number of Transactions of Apriori Algorithm

The Transpose Technique to Reduce Number of Transactions of Apriori Algorithm The Transpose Technique to Reduce Number of Transactions of Apriori Algorithm Narinder Kumar 1, Anshu Sharma 2, Sarabjit Kaur 3 1 Research Scholar, Dept. Of Computer Science & Engineering, CT Institute

More information

Dynamic Clustering of Data with Modified K-Means Algorithm

Dynamic Clustering of Data with Modified K-Means Algorithm 2012 International Conference on Information and Computer Networks (ICICN 2012) IPCSIT vol. 27 (2012) (2012) IACSIT Press, Singapore Dynamic Clustering of Data with Modified K-Means Algorithm Ahamed Shafeeq

More information

Information mining and information retrieval : methods and applications

Information mining and information retrieval : methods and applications Information mining and information retrieval : methods and applications J. Mothe, C. Chrisment Institut de Recherche en Informatique de Toulouse Université Paul Sabatier, 118 Route de Narbonne, 31062 Toulouse

More information

APRIORI ALGORITHM FOR MINING FREQUENT ITEMSETS A REVIEW

APRIORI ALGORITHM FOR MINING FREQUENT ITEMSETS A REVIEW International Journal of Computer Application and Engineering Technology Volume 3-Issue 3, July 2014. Pp. 232-236 www.ijcaet.net APRIORI ALGORITHM FOR MINING FREQUENT ITEMSETS A REVIEW Priyanka 1 *, Er.

More information

An Improved Document Clustering Approach Using Weighted K-Means Algorithm

An Improved Document Clustering Approach Using Weighted K-Means Algorithm An Improved Document Clustering Approach Using Weighted K-Means Algorithm 1 Megha Mandloi; 2 Abhay Kothari 1 Computer Science, AITR, Indore, M.P. Pin 453771, India 2 Computer Science, AITR, Indore, M.P.

More information

An Improved Apriori Algorithm for Association Rules

An Improved Apriori Algorithm for Association Rules Research article An Improved Apriori Algorithm for Association Rules Hassan M. Najadat 1, Mohammed Al-Maolegi 2, Bassam Arkok 3 Computer Science, Jordan University of Science and Technology, Irbid, Jordan

More information

Database and Knowledge-Base Systems: Data Mining. Martin Ester

Database and Knowledge-Base Systems: Data Mining. Martin Ester Database and Knowledge-Base Systems: Data Mining Martin Ester Simon Fraser University School of Computing Science Graduate Course Spring 2006 CMPT 843, SFU, Martin Ester, 1-06 1 Introduction [Fayyad, Piatetsky-Shapiro

More information

A Survey On Different Text Clustering Techniques For Patent Analysis

A Survey On Different Text Clustering Techniques For Patent Analysis A Survey On Different Text Clustering Techniques For Patent Analysis Abhilash Sharma Assistant Professor, CSE Department RIMT IET, Mandi Gobindgarh, Punjab, INDIA ABSTRACT Patent analysis is a management

More information

A Comparative Study of Data Mining Process Models (KDD, CRISP-DM and SEMMA)

A Comparative Study of Data Mining Process Models (KDD, CRISP-DM and SEMMA) International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 12 No. 1 Nov. 2014, pp. 217-222 2014 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

More information

Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels

Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels Classifying Twitter Data in Multiple Classes Based On Sentiment Class Labels Richa Jain 1, Namrata Sharma 2 1M.Tech Scholar, Department of CSE, Sushila Devi Bansal College of Engineering, Indore (M.P.),

More information

Ubiquitous Computing and Communication Journal (ISSN )

Ubiquitous Computing and Communication Journal (ISSN ) A STRATEGY TO COMPROMISE HANDWRITTEN DOCUMENTS PROCESSING AND RETRIEVING USING ASSOCIATION RULES MINING Prof. Dr. Alaa H. AL-Hamami, Amman Arab University for Graduate Studies, Amman, Jordan, 2011. Alaa_hamami@yahoo.com

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A SURVEY ON WEB CONTENT MINING DEVEN KENE 1, DR. PRADEEP K. BUTEY 2 1 Research

More information

Mining of Web Server Logs using Extended Apriori Algorithm

Mining of Web Server Logs using Extended Apriori Algorithm International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

Gurpreet Kaur 1, Naveen Aggarwal 2 1,2

Gurpreet Kaur 1, Naveen Aggarwal 2 1,2 Association Rule Mining in XML databases: Performance Evaluation and Analysis Gurpreet Kaur 1, Naveen Aggarwal 2 1,2 Department of Computer Science & Engineering, UIET Panjab University Chandigarh. E-mail

More information

Comparative Study of Web Structure Mining Techniques for Links and Image Search

Comparative Study of Web Structure Mining Techniques for Links and Image Search Comparative Study of Web Structure Mining Techniques for Links and Image Search Rashmi Sharma 1, Kamaljit Kaur 2 1 Student of M.Tech in computer Science and Engineering, Sri Guru Granth Sahib World University,

More information

International Journal of Computer Engineering and Applications, ICCSTAR-2016, Special Issue, May.16

International Journal of Computer Engineering and Applications, ICCSTAR-2016, Special Issue, May.16 The Survey Of Data Mining And Warehousing Architha.S, A.Kishore Kumar Department of Computer Engineering Department of computer engineering city engineering college VTU Bangalore, India ABSTRACT: Data

More information

Reading group on Ontologies and NLP:

Reading group on Ontologies and NLP: Reading group on Ontologies and NLP: Machine Learning27th infebruary Automated 2014 1 / 25 Te Reading group on Ontologies and NLP: Machine Learning in Automated Text Categorization, by Fabrizio Sebastianini.

More information

Keywords Clustering, Goals of clustering, clustering techniques, clustering algorithms.

Keywords Clustering, Goals of clustering, clustering techniques, clustering algorithms. Volume 3, Issue 5, May 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Survey of Clustering

More information

SK International Journal of Multidisciplinary Research Hub Research Article / Survey Paper / Case Study Published By: SK Publisher

SK International Journal of Multidisciplinary Research Hub Research Article / Survey Paper / Case Study Published By: SK Publisher ISSN: 2394 3122 (Online) Volume 2, Issue 1, January 2015 Research Article / Survey Paper / Case Study Published By: SK Publisher P. Elamathi 1 M.Phil. Full Time Research Scholar Vivekanandha College of

More information

A Review: Content Base Image Mining Technique for Image Retrieval Using Hybrid Clustering

A Review: Content Base Image Mining Technique for Image Retrieval Using Hybrid Clustering A Review: Content Base Image Mining Technique for Image Retrieval Using Hybrid Clustering Gurpreet Kaur M-Tech Student, Department of Computer Engineering, Yadawindra College of Engineering, Talwandi Sabo,

More information

Text Document Clustering Using DPM with Concept and Feature Analysis

Text Document Clustering Using DPM with Concept and Feature Analysis Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 10, October 2013,

More information

ISSN: (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Keywords Fuzzy, Set Theory, KDD, Data Base, Transformed Database.

Keywords Fuzzy, Set Theory, KDD, Data Base, Transformed Database. Volume 6, Issue 5, May 016 ISSN: 77 18X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Fuzzy Logic in Online

More information

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES Mu. Annalakshmi Research Scholar, Department of Computer Science, Alagappa University, Karaikudi. annalakshmi_mu@yahoo.co.in Dr. A.

More information

A Hierarchical Document Clustering Approach with Frequent Itemsets

A Hierarchical Document Clustering Approach with Frequent Itemsets A Hierarchical Document Clustering Approach with Frequent Itemsets Cheng-Jhe Lee, Chiun-Chieh Hsu, and Da-Ren Chen Abstract In order to effectively retrieve required information from the large amount of

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Discovering Knowledge

More information

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono Web Mining Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) References q Jiawei Han and Micheline Kamber, "Data Mining: Concepts and Techniques", The Morgan Kaufmann Series in Data Management

More information

Text Mining Research: A Survey

Text Mining Research: A Survey Text Mining Research: A Survey R.Janani 1, Dr. S.Vijayarani 2 PhD Research Scholar, Dept. of Computer Science, School of Computer Science and Engineering, Bharathiar University, Coimbatore, India 1 Assistant

More information

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono Web Mining Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) References Jiawei Han and Micheline Kamber, "Data Mining: Concepts and Techniques", The Morgan Kaufmann Series in Data Management

More information

1. Inroduction to Data Mininig

1. Inroduction to Data Mininig 1. Inroduction to Data Mininig 1.1 Introduction Universe of Data Information Technology has grown in various directions in the recent years. One natural evolutionary path has been the development of the

More information

Data Mining: An experimental approach with WEKA on UCI Dataset

Data Mining: An experimental approach with WEKA on UCI Dataset Data Mining: An experimental approach with WEKA on UCI Dataset Ajay Kumar Dept. of computer science Shivaji College University of Delhi, India Indranath Chatterjee Dept. of computer science Faculty of

More information

Revealing the Modern History of Japanese Philosophy Using Digitization, Natural Language Processing, and Visualization

Revealing the Modern History of Japanese Philosophy Using Digitization, Natural Language Processing, and Visualization Revealing the Modern History of Japanese Philosophy Using Digitization, Natural Language Katsuya Masuda *, Makoto Tanji **, and Hideki Mima *** Abstract This study proposes a framework to access to the

More information

Chapter 1: Text Mining Overview 1.1 Introduction

Chapter 1: Text Mining Overview 1.1 Introduction 1.1 Introduction Text Mining is a flourishing and thriving field that attempts to find meaningful information from textual or rather unstructured data. It may be loosely characterized as the process of

More information

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono

Web Mining. Data Mining and Text Mining (UIC Politecnico di Milano) Daniele Loiacono Web Mining Data Mining and Text Mining (UIC 583 @ Politecnico di Milano) References Jiawei Han and Micheline Kamber, "Data Mining: Concepts and Techniques", The Morgan Kaufmann Series in Data Management

More information

Improved Frequent Pattern Mining Algorithm with Indexing

Improved Frequent Pattern Mining Algorithm with Indexing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. VII (Nov Dec. 2014), PP 73-78 Improved Frequent Pattern Mining Algorithm with Indexing Prof.

More information

INTRODUCTION TO DATA MINING

INTRODUCTION TO DATA MINING INTRODUCTION TO DATA MINING 1 Chiara Renso KDDLab - ISTI CNR, Italy http://www-kdd.isti.cnr.it email: chiara.renso@isti.cnr.it Knowledge Discovery and Data Mining Laboratory, ISTI National Research Council,

More information

Context Based Web Indexing For Semantic Web

Context Based Web Indexing For Semantic Web IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 4 (Jul. - Aug. 2013), PP 89-93 Anchal Jain 1 Nidhi Tyagi 2 Lecturer(JPIEAS) Asst. Professor(SHOBHIT

More information

Comparative Study of Clustering Algorithms using R

Comparative Study of Clustering Algorithms using R Comparative Study of Clustering Algorithms using R Debayan Das 1 and D. Peter Augustine 2 1 ( M.Sc Computer Science Student, Christ University, Bangalore, India) 2 (Associate Professor, Department of Computer

More information

[Shingarwade, 6(2): February 2019] ISSN DOI /zenodo Impact Factor

[Shingarwade, 6(2): February 2019] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES DEVELOPMENT OF TOP K RULES FOR ASSOCIATION RULE MINING ON E- COMMERCE DATASET A. K. Shingarwade *1 & Dr. P. N. Mulkalwar 2 *1 Department of Computer

More information

Keywords Data alignment, Data annotation, Web database, Search Result Record

Keywords Data alignment, Data annotation, Web database, Search Result Record Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Annotating Web

More information

COMPARISON OF DIFFERENT CLASSIFICATION TECHNIQUES

COMPARISON OF DIFFERENT CLASSIFICATION TECHNIQUES COMPARISON OF DIFFERENT CLASSIFICATION TECHNIQUES USING DIFFERENT DATASETS V. Vaithiyanathan 1, K. Rajeswari 2, Kapil Tajane 3, Rahul Pitale 3 1 Associate Dean Research, CTS Chair Professor, SASTRA University,

More information

Competitive Intelligence and Web Mining:

Competitive Intelligence and Web Mining: Competitive Intelligence and Web Mining: Domain Specific Web Spiders American University in Cairo (AUC) CSCE 590: Seminar1 Report Dr. Ahmed Rafea 2 P age Khalid Magdy Salama 3 P age Table of Contents Introduction

More information

RESOLVING AMBIGUITIES IN PREPOSITION PHRASE USING GENETIC ALGORITHM

RESOLVING AMBIGUITIES IN PREPOSITION PHRASE USING GENETIC ALGORITHM International Journal of Computer Engineering and Applications, Volume VIII, Issue III, December 14 RESOLVING AMBIGUITIES IN PREPOSITION PHRASE USING GENETIC ALGORITHM Department of Computer Engineering,

More information

Obtaining Rough Set Approximation using MapReduce Technique in Data Mining

Obtaining Rough Set Approximation using MapReduce Technique in Data Mining Obtaining Rough Set Approximation using MapReduce Technique in Data Mining Varda Dhande 1, Dr. B. K. Sarkar 2 1 M.E II yr student, Dept of Computer Engg, P.V.P.I.T Collage of Engineering Pune, Maharashtra,

More information

An Automated Support Threshold Based on Apriori Algorithm for Frequent Itemsets

An Automated Support Threshold Based on Apriori Algorithm for Frequent Itemsets An Automated Support Threshold Based on Apriori Algorithm for sets Jigisha Trivedi #, Brijesh Patel * # Assistant Professor in Computer Engineering Department, S.B. Polytechnic, Savli, Gujarat, India.

More information

Unstructured Data. CS102 Winter 2019

Unstructured Data. CS102 Winter 2019 Winter 2019 Big Data Tools and Techniques Basic Data Manipulation and Analysis Performing well-defined computations or asking well-defined questions ( queries ) Data Mining Looking for patterns in data

More information

Web Mining Evolution & Comparative Study with Data Mining

Web Mining Evolution & Comparative Study with Data Mining Web Mining Evolution & Comparative Study with Data Mining Anu, Assistant Professor (Resource Person) University Institute of Engineering and Technology Mahrishi Dayanand University Rohtak-124001, India

More information

ISSN: [Sugumar * et al., 7(4): April, 2018] Impact Factor: 5.164

ISSN: [Sugumar * et al., 7(4): April, 2018] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IMPROVED PERFORMANCE OF STEMMING USING ENHANCED PORTER STEMMER ALGORITHM FOR INFORMATION RETRIEVAL Ramalingam Sugumar & 2 M.Rama

More information

This tutorial has been prepared for computer science graduates to help them understand the basic-to-advanced concepts related to data mining.

This tutorial has been prepared for computer science graduates to help them understand the basic-to-advanced concepts related to data mining. About the Tutorial Data Mining is defined as the procedure of extracting information from huge sets of data. In other words, we can say that data mining is mining knowledge from data. The tutorial starts

More information

Data and Information Integration: Information Extraction

Data and Information Integration: Information Extraction International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Data and Information Integration: Information Extraction Varnica Verma 1 1 (Department of Computer Science Engineering, Guru Nanak

More information

Performance Analysis of Data Mining Classification Techniques

Performance Analysis of Data Mining Classification Techniques Performance Analysis of Data Mining Classification Techniques Tejas Mehta 1, Dr. Dhaval Kathiriya 2 Ph.D. Student, School of Computer Science, Dr. Babasaheb Ambedkar Open University, Gujarat, India 1 Principal

More information

H-D and Subspace Clustering of Paradoxical High Dimensional Clinical Datasets with Dimension Reduction Techniques A Model

H-D and Subspace Clustering of Paradoxical High Dimensional Clinical Datasets with Dimension Reduction Techniques A Model Indian Journal of Science and Technology, Vol 9(38), DOI: 10.17485/ijst/2016/v9i38/101792, October 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 H-D and Subspace Clustering of Paradoxical High

More information

Multi-Document Summarizer for Earthquake News Written in Myanmar Language

Multi-Document Summarizer for Earthquake News Written in Myanmar Language Multi-Document Summarizer for Earthquake News Written in Myanmar Language Myat Myitzu Kyaw, and Nyein Nyein Myo Abstract Nowadays, there are a large number of online media written in Myanmar language.

More information

Data Mining in Bioinformatics: Study & Survey

Data Mining in Bioinformatics: Study & Survey Data Mining in Bioinformatics: Study & Survey Saliha V S St. Joseph s college Irinjalakuda Abstract--Large amounts of data are generated in medical research. A biological database consists of a collection

More information

Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India

Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India Web Page Classification using FP Growth Algorithm Akansha Garg,Computer Science Department Swami Vivekanad Subharti University,Meerut, India Abstract - The primary goal of the web site is to provide the

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

Thanks to the advances of data processing technologies, a lot of data can be collected and stored in databases efficiently New challenges: with a

Thanks to the advances of data processing technologies, a lot of data can be collected and stored in databases efficiently New challenges: with a Data Mining and Information Retrieval Introduction to Data Mining Why Data Mining? Thanks to the advances of data processing technologies, a lot of data can be collected and stored in databases efficiently

More information

Deep Web Content Mining

Deep Web Content Mining Deep Web Content Mining Shohreh Ajoudanian, and Mohammad Davarpanah Jazi Abstract The rapid expansion of the web is causing the constant growth of information, leading to several problems such as increased

More information

Clustering of Data with Mixed Attributes based on Unified Similarity Metric

Clustering of Data with Mixed Attributes based on Unified Similarity Metric Clustering of Data with Mixed Attributes based on Unified Similarity Metric M.Soundaryadevi 1, Dr.L.S.Jayashree 2 Dept of CSE, RVS College of Engineering and Technology, Coimbatore, Tamilnadu, India 1

More information

CSE 626: Data mining. Instructor: Sargur N. Srihari. Phone: , ext. 113

CSE 626: Data mining. Instructor: Sargur N. Srihari.   Phone: , ext. 113 CSE 626: Data mining Instructor: Sargur N. Srihari E-mail: srihari@cedar.buffalo.edu Phone: 645-6164, ext. 113 1 What is Data Mining? Different perspectives: CSE, Business, IT As a field of research in

More information

Reliable Data Mining Tasks and Techniques for Industrial Applications

Reliable Data Mining Tasks and Techniques for Industrial Applications Reliable Data Mining Tasks and Techniques for Industrial Applications G.Sabarmathi 1, Dr.R.Chinnaiyan 2 1 Department of Computer Science, Christ Academy Institute for Advance Studies, Bangalore University,

More information

International Journal of Data Mining & Knowledge Management Process (IJDKP) Vol.7, No.3, May Dr.Zakea Il-Agure and Mr.Hicham Noureddine Itani

International Journal of Data Mining & Knowledge Management Process (IJDKP) Vol.7, No.3, May Dr.Zakea Il-Agure and Mr.Hicham Noureddine Itani LINK MINING PROCESS Dr.Zakea Il-Agure and Mr.Hicham Noureddine Itani Higher Colleges of Technology, United Arab Emirates ABSTRACT Many data mining and knowledge discovery methodologies and process models

More information

A Study on K-Means Clustering in Text Mining Using Python

A Study on K-Means Clustering in Text Mining Using Python International Journal of Computer Systems (ISSN: 2394-1065), Volume 03 Issue 08, August, 2016 Available at http://www.ijcsonline.com/ Dr. (Ms). Ananthi Sheshasayee 1, Ms. G. Thailambal 2 1 Head and Associate

More information

Mining User - Aware Rare Sequential Topic Pattern in Document Streams

Mining User - Aware Rare Sequential Topic Pattern in Document Streams Mining User - Aware Rare Sequential Topic Pattern in Document Streams A.Mary Assistant Professor, Department of Computer Science And Engineering Alpha College Of Engineering, Thirumazhisai, Tamil Nadu,

More information

Automatic Text Summarization System Using Extraction Based Technique

Automatic Text Summarization System Using Extraction Based Technique Automatic Text Summarization System Using Extraction Based Technique 1 Priyanka Gonnade, 2 Disha Gupta 1,2 Assistant Professor 1 Department of Computer Science and Engineering, 2 Department of Computer

More information

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google,

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google, 1 1.1 Introduction In the recent past, the World Wide Web has been witnessing an explosive growth. All the leading web search engines, namely, Google, Yahoo, Askjeeves, etc. are vying with each other to

More information

Information Extraction Techniques in Terrorism Surveillance

Information Extraction Techniques in Terrorism Surveillance Information Extraction Techniques in Terrorism Surveillance Roman Tekhov Abstract. The article gives a brief overview of what information extraction is and how it might be used for the purposes of counter-terrorism

More information

Integrating Text Mining with Image Processing

Integrating Text Mining with Image Processing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 01-05 www.iosrjournals.org Integrating Text Mining with Image Processing Anjali Sahu 1, Pradnya Chavan 2, Dr. Suhasini

More information

Focused Web Crawling Using Neural Network, Decision Tree Induction and Naïve Bayes Classifier

Focused Web Crawling Using Neural Network, Decision Tree Induction and Naïve Bayes Classifier IJCST Vo l. 5, Is s u e 3, Ju l y - Se p t 2014 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) Focused Web Crawling Using Neural Network, Decision Tree Induction and Naïve Bayes Classifier 1 Prabhjit

More information

Fall Principles of Knowledge Discovery in Databases. University of Alberta

Fall Principles of Knowledge Discovery in Databases. University of Alberta Principles of Knowledge Discovery in Databases Fall 1999 Dr. Osmar R. Zaïane 2 1 Class and Office Hours Class: Mondays, Wednesdays and Fridays from 10:00 to 10:50 Office Hours: Tuesdays from 11:00 to 11:55

More information

TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION

TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION Ms. Nikita P.Katariya 1, Prof. M. S. Chaudhari 2 1 Dept. of Computer Science & Engg, P.B.C.E., Nagpur, India, nikitakatariya@yahoo.com 2 Dept.

More information

International Journal of Advance Engineering and Research Development. Survey of Web Usage Mining Techniques for Web-based Recommendations

International Journal of Advance Engineering and Research Development. Survey of Web Usage Mining Techniques for Web-based Recommendations Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 02, February -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Survey

More information

Iteration Reduction K Means Clustering Algorithm

Iteration Reduction K Means Clustering Algorithm Iteration Reduction K Means Clustering Algorithm Kedar Sawant 1 and Snehal Bhogan 2 1 Department of Computer Engineering, Agnel Institute of Technology and Design, Assagao, Goa 403507, India 2 Department

More information

Domain-specific Concept-based Information Retrieval System

Domain-specific Concept-based Information Retrieval System Domain-specific Concept-based Information Retrieval System L. Shen 1, Y. K. Lim 1, H. T. Loh 2 1 Design Technology Institute Ltd, National University of Singapore, Singapore 2 Department of Mechanical

More information

A Study on Mining of Frequent Subsequences and Sequential Pattern Search- Searching Sequence Pattern by Subset Partition

A Study on Mining of Frequent Subsequences and Sequential Pattern Search- Searching Sequence Pattern by Subset Partition A Study on Mining of Frequent Subsequences and Sequential Pattern Search- Searching Sequence Pattern by Subset Partition S.Vigneswaran 1, M.Yashothai 2 1 Research Scholar (SRF), Anna University, Chennai.

More information

Data Mining. Chapter 1: Introduction. Adapted from materials by Jiawei Han, Micheline Kamber, and Jian Pei

Data Mining. Chapter 1: Introduction. Adapted from materials by Jiawei Han, Micheline Kamber, and Jian Pei Data Mining Chapter 1: Introduction Adapted from materials by Jiawei Han, Micheline Kamber, and Jian Pei 1 Any Question? Just Ask 3 Chapter 1. Introduction Why Data Mining? What Is Data Mining? A Multi-Dimensional

More information

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge Discover hidden information from your texts! Information overload is a well known issue in the knowledge industry. At the same time most of this information becomes available in natural language which

More information

CS473: Course Review CS-473. Luo Si Department of Computer Science Purdue University

CS473: Course Review CS-473. Luo Si Department of Computer Science Purdue University CS473: CS-473 Course Review Luo Si Department of Computer Science Purdue University Basic Concepts of IR: Outline Basic Concepts of Information Retrieval: Task definition of Ad-hoc IR Terminologies and

More information

Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques

Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques 24 Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques Enhancing Forecasting Performance of Naïve-Bayes Classifiers with Discretization Techniques Ruxandra PETRE

More information

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 17 (2014), pp. 1839-1845 International Research Publications House http://www. irphouse.com Recognition of

More information

Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies

Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies Volume 3, Issue 9, September 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information