CFP last date
20 May 2024
Reseach Article

Finding Contextual Term from Index of Documents using Apriori Algorithm

by Taruna Kumari, Annu Saini
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 109 - Number 7
Year of Publication: 2015
Authors: Taruna Kumari, Annu Saini
10.5120/19200-0833

Taruna Kumari, Annu Saini . Finding Contextual Term from Index of Documents using Apriori Algorithm. International Journal of Computer Applications. 109, 7 ( January 2015), 20-24. DOI=10.5120/19200-0833

@article{ 10.5120/19200-0833,
author = { Taruna Kumari, Annu Saini },
title = { Finding Contextual Term from Index of Documents using Apriori Algorithm },
journal = { International Journal of Computer Applications },
issue_date = { January 2015 },
volume = { 109 },
number = { 7 },
month = { January },
year = { 2015 },
issn = { 0975-8887 },
pages = { 20-24 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume109/number7/19200-0833/ },
doi = { 10.5120/19200-0833 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:44:09.711108+05:30
%A Taruna Kumari
%A Annu Saini
%T Finding Contextual Term from Index of Documents using Apriori Algorithm
%J International Journal of Computer Applications
%@ 0975-8887
%V 109
%N 7
%P 20-24
%D 2015
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Data mining is a multidisciplinary field that has mainly introduced to process large database and discover useful information that could help in decision making. World Wide Web is a vast resource of interlinked hypertext documents which are accessed via the Internet. Web mining, an extension of data mining, employs techniques of data mining to documents on the internet. Association rule mining is a major technique in the area of data mining. Association rule mining finds frequent itemsets from a set of transactional databases. Apriori algorithm is one of the earliest algorithm of association rule mining. Apriori employs an iterative approach known as levelwise search. . The Apriori Algorithm for mining frequent itemsets for boolean association rules can be applied to the index file of a search engine to find contextually related terms i. e the terms which occur in number of documents together. Ranking, a major component of a search engine ranks the web pages based on some criteria. The ranking algorithms consider the keywords entered in the query for rank purpose. Considering contextually related terms with query term can improve the ranking system. In this paper it is shown how apriori algorithm can be applied on index of web documents to find contextually related terms.

References
  1. "Introduction to Data Mining and Knowledge Discovery" Third Edition by Two Crows Corporation ISBN: 1-892095-02-5.
  2. Agrawal, R. T. , Imielinski, L. , & Swami, A. N. (1993). , Mining association rules between sets of items in large databases. In International conference on. management of data (SIGMOD-93) (pp. 207–216).
  3. Mrs. R. Sumithra, Dr (Mrs). Sujni Paul, Using distributed apriori association rule and classical apriori mining algorithms for grid based knowledge discovery, 2010 Second International conference on Computing, Communication and Networking Technologies, 978-1-4244-6589-7/10/$26. 00 ©2010 IEEE.
  4. Xue-gang hu, de-xing wang, xiao-ping liu, jun guo, Hao wang, the analysis on model of Association rules mining based on concept Lattice and apriori algorithm ,Proceedings of the Third International Conference on Machine Leaming and Cybernetics, Shanghai, 26-29 August 2004, 0-7603-8403-2/04/$20. 00 @2W4 IEEE.
  5. Shilpi single,Arun Malik, Survey on various improved Apriori Algorithm, International Journal of Advanced Research in Computer and Communication Engineering Vol. 3, Issue 11, November 2014.
  6. Ashutosh Dixit, A. K. Sharma, Ashlesha Gupta, Perspective Terms based Mathematical Model for Page Ranking, ACM International Conference and workshop on Emerging trends in Technology, ICWET 2012,Feb 24-25,2012 TCET Kandawali(E), Mumbai.
  7. http://www2. cs. uregina. ca/~dbd/cs831/notes/itemsets/itemset_apriori. html
Index Terms

Computer Science
Information Sciences

Keywords

Contextual term data mining association rule mining apriori algorithm.