SlideShare a Scribd company logo
1 of 8
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1199
A web based approach: Acronym Definition Extraction
R. Menaha*, M.Barkavi , P.Guha Prashanthini , R.Narmadha
*Assistant Professor, Information Technology, Dr. MCET, Tamil Nadu, India
B.Tech - Information Technology, Dr. MCET, Tamil Nadu, India
Abstract
Acronyms are widely used in the tasks like web searches, tweets, text messages, and mails etc. Acronyms are typically
ambiguous and often disambiguated by context words. Due to its dynamicity, different approaches has been experimented in
the past decade to extract acronym definition. Different manual edited websites like acronym finder, acronyms. the free
dictionary.com, nalingo.com is accessible to list the definition of an acronym. However an automated method is required to
support this identification. This paper presents an automatic web based approach to extract the definitions of an acronym.
The proposed system uses the web resources of Google, Wikipedia, Bing and Acronym Finder to identify the definitions of an
acronym. From Google and Bing web pages, the snippets and titles are extracted and pattern extraction algorithm is applied to
identify the definitions. Similarly the Wikipedia and acronym finder web pages are extracted to find the acronym definitions.
The extracted definitions might be applied in information retrieval, question answering system and query expansion area as
future work.
Keywords: Acronym definition extraction, Abbreviation extraction
-----------------------------------------------------------***----------------------------------------------------------------
1. INTRODUCTION
Acronyms are abbreviations formed from the initial components of words or phrases. Acronyms are textual forms used to
stress the importance of entities and provide an alternative way to refer the same entity which is easier to understand .Some
of the characteristics of acronyms are:
1. Dynamicity: New Acronyms are defined in every domain and every day. This is evident in social networks like
twitter, LinkedIn, online chat.
2. Ambiguity: Each acronym has different meanings in different domain [e.g., SOAP has 35 definitions in acronym finder
and 32 definitions in acronyms.thefreedictionary.com]. This can be disambiguated by using context words [e.g., SOAP XML
refers Simple Object Access Protocol, SOAP Analysis refers Spectrometric Oil Analysis Program].
3. Diverse of Generality: Some acronym –definition pairs are commonly used, and some of them are very rare [e.g.,
NASA –National Aeronautics and space Administration [most common], NASA [Newspaper Advertising Sales Corporation].
Usage of acronyms is more in the applications like Biomedicine, Natural language Processing, Ontology population,
question answering system and web search. Due to its dynamicity, it is difficult to maintain up-to-date lexical
repository of all the acronyms and their meanings. Some of the manually edited websites like acronym finder,
acronyms.thefreedictionary.com have millions of acronyms and meanings. Automatic discovery of acronym
definitions also attempted in the past decade most of them are language dependent. This paper proposes an
automated web based approach to identify the definitions of an acronym. It uses the web resources of google, Bing,
Wikipedia, and acronym finder. The system extracts the snippets, titles and apply pattern extraction algorithm to
discover the list of definitions. The rest of the paper is organized as follows. Section 2 defines previous works in the area of
acronym definition discovery. Section 3 describes in detail the proposed methodology. Section 4 presents the results and
evaluation, showing the obtained results and discussing them. The last section gives some conclusions and proposes some
lines of future work.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1200
2. RELATED WORKS
Andr’e Kempe [1], the report shown how the alignment-based approach to acronym-meaning extraction can be implemented
by means of a 3-tape weighted finite-state machine (3-WFSM). The 3-WFSM will read a text chunk on tape 1 and an acronym
on tape 2, and generate all possible alignments on tape 3, inserting dots to mark which letters are used in the acronym.
CvetanaKrstev, DuskoVitas, RankaStankovi’c[3] presented a comprehensive approach to acronyms for Natural-Language
Processing (NLP) of Serbian texts. The procedure includes extraction of acronyms and their definitions that are usual Multi-
Word Units (MWUs), shallow parsing of MWUs that enables MWU lemmatization and production of entries in morphological
electronic dictionaries, both for MWU and acronyms, that are provided with grammatical, syntactic, semantic and domain
information
Dana Dannels [4], the approach is based on that acronym-definition pairs follow a set of patterns and other regularities that
can be usefully applied for the acronym identification task. Supervised machine learning was applied to monitor the
performance of the rule-based method, using Memory Based Learning (MBL).
David Sanchez, David Isren [5], proposed methodology which has been divided into several part, first a simple algorithm
generates the possible acronym by the combination of alpha numeric characters of a specific length. For all those generated
candidates, the system tries to discover all possible definitions from the web. Finally the list of definitions found is filtered
using a set of general rules.
Jun Xu.Yalou Huang [7], proposed a novel machine learning approach to extract acronyms from text. First, all likely acronyms
are identified by heuristic rules. Second, expansion candidates against each likely acronym are generated from the
surrounding text. He used the support vector machine (SVM) model to select the genuine expansions for acronyms.
Sunghwan sohn, Donald C Comeau, Won Kim and W John Wilbur [10], proposed an abbreviation identification algorithm that
employs a number of rules to extract potential SF-LF pairs and variety of strategies to identify the most probable LFs.The
reliability of the strategy can be estimated which they term pseudo – precision (P-precision).
3. METHODS
The list of acronyms are extracted from four different web resources. They are Google, Bing, Wikipedia and Acronym Finder.
The method that are involved in the expansion identification differs for different web resources. The outline of proposed
system implementation is given in fig [1.0]
Fig 1.0 Outline of system implementatio
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1201
3.1 Google and Bing Web pages
Google and Bing pages contains snippets, titles, URL and other information sources. Usually the snippets and titles contains the
acronym definitions of given input acronym query. Hence the snippets and titles are extracted from Google and Bing web
pages they are stored in a local repository. Pattern extraction algorithm presented in fig 5.0 is applied to extract the patterns
from snippets and titles.
3.1.1 Snippet Extraction
The snippet contains the small hint of information that the user request from the search engine. Snippets are useful for
searches because most of the time, the user can read the snippet and decide whether particular search result is relevant
without opening the URL. The processing of snippet is also efficient because it prevent from errors in downloading web pages,
which might be time consuming depending on the size of the web pages. This extracted snippet is stored in the local database,
once the new data comes existing data gets overridden.
Fig 2.0 Snippet extracted from google for CPU
3.1.2 Title Extraction
Web pages contains the title which shows the detail that are available in the document may contains the definitions of an
acronym.
Fig 3.0 Title extracted from google
A central processing unit (CPU) is the electronic
circuitry within a computer that carries out the
instructions of a computer program by
performing the basic…
Central processing unit - Wikipedia, the free
encyclopedia
Images for CPU
What is Central Processing Unit (CPU)?
Webopedia
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1202
Fig 4.0 Outline of System Implementation
3.2 Wikipedia
Wikipedia follows the procrastination principle regarding the security of its content. It started almost entirely open—anyone
could create articles, and any Wikipedia article could be edited by any reader, even those who did not have a Wikipedia
account. Modifications to all articles would be published immediately. Whenever an acronym is searched through Wikipedia, it
retrieve the results in various contexts and meaning using fig.5.0. The pages can be stored in a local repository to extract
snippets and titles. In Wikipedia the web pages gets extracted, and the Acronym definitions are extracted from the
disambiguous webpages. The patterns for input acronym query is retrieved using the pattern extraction pseudocode given in
fig.5.0
3.3 Acronym Finder
The web pages of Acronym Finder contains the expansion for input acronym. The Acronym Finder would contain five domains
like Science and Medicine, Business, Military and Government, Organizations and Information Technology. First of all, the user
would be asked to select the domain and then the acronym must be given. To extract web pages, an acronym is given as input
to the search engine and the results of search engine are stored in local database. From the extracted web pages, the
expansions are fetched using pattern extraction procedure using fig.5.0 and stored in lexical repository. In acronym finder the
web pages are extracted, which contains the list of acronym expansion from different domains. Based on the user interest the
corresponding meaning of an acronym in its domain are listed.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1203
3.4 Patterns Extraction
A Pattern is a series of action or event or behavior that together show how things normally happen or done. The following
pattern extraction algorithm fig. 5.0 is devised to extract the acronym definitions from snippets and titles of Google, Bing,
Wikipedia and Acronym finder.
Input: Acronym
Output: List of Acronym defifntions
/* Google, Bing, Wikipedia and Acronymfinder web pages are used for the acronym definition extraction */
/* Google and Bing */
do
For each acronym
a. α1  Extract the google web pages
b. S1 Extract the snippets from α
c. T Extract the titles from α
d. P1 Extract the patterns from S and T. end
/* Wikipedia */
do
For each acronym
a. α2  Extract the Wikipedia disambiguation web pages
b. S2 Extract the required snippets from α
c. P2  Extract the patterns from S2.
end
/* Acronym Finder */
do
For each acronym
a. α3  Extract the Wikipedia disambiguation web pages
b. S3 Extract the required snippets from α
c. P3  Extract the patterns from S3.
End.
/*** To extract patterns Pattern Extraction algorithm is applied ***/
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1204
Fig 5.0 Pattern Extraction Pesudocode.
Input: Snippets /Titles
Output : Lists of Acronyms
Variables used: L,S ,F, T flag;
1. L Find the length of the Acronym
2. S [0-L] Store each character of given acronym in an array.
3. Read the snippets / titles.
4. Replace all the numbers [0-9] and Special symbols [, “ . ? etc.,] with empty space.
5. Remove stop words from the snippets and titles. [e.g., a,an, the , between , etc.,]
6. F Read the snippet / title file and store it into buffer
While (F! =eof)
{ a. Read line from buffer F and apply tokenization.
b. T Read token
c. If(T!==NULL)
{ for (i=0;i<l;i++)
T[i] Read the first character of token
if (T[i]==S[i])
{ flag++;
add the token into wordlist
goto step b.
}
else
goto step b.
if (flag==l)
add that wordlist into pattern file.
}
}
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1205
5. RESULTS AND DISCUSSION
Thus the expansions of acronyms have been extracted from four web resources like Acronym Finder, Bing and Google
Pages and Wikipedia. For experimental purpose 100 acronym definitions are extracted from that 4 web resources. As an
example 5 acronyms and extracted definitions from acronym finder, Bing, Google and Wikipedia is listed in table 1.0. For
implementation, Java, JSON, Swing and Google search engine API were used. The extracted definitions will be applied in
query expansion system as future work.
6. CONCLUSION
Acronyms are widely used in various applications. This paper proposed a method on extracting acronym definitions from
Google, Bing, Wikipedia and acronym finder. Acronym definition extraction for about hundred acronyms is extracted
successfully from the various web resources. As a future work extracted definitions would be applied in query expansion
for effective information retrieval.
Acronym Acronym Finder Bing and Google Wikipedia
CPU
Central Processing Unit
Communist Party of Ukraine
Chemical Production Unit
Central Philippine University
Commonwealth Press Union
Central Policy Unit
Computer Power Use
Cost Per Unit
Call Pick Up
Critical Path Update
Central Processing Unit
Computer Processing Unit
Common Party User
Cost Per Unit
Columbia Pacific University
Central Processing Unit
Central Philippine University
Commonwealth Press Union
Clark Public Utilities
Columbia Pacific University
China Pharmaceutical University
Chemical Production Unit
SOAP
Subjective Objective Assessment Plan
Simple Object Access Protocol
Seal Of Approval Process
Symbolic Optimal Assembly Program
Spectrometric Oil Analysis Program
Summary On A Page
Small Operator Assistance Program
Students Organized Against Prejudice
Students Organized Against Poverty
Simple Object Access Protocol
Summary On A Page
Society Of Airway Pioneers
Strategy On A Page
Seal Of Approval Process
Simple Object Access Protocol
Symbolic Optimal Assembly
Program
Spectrometric Oil Analysis
Program
Snakes On A Plane
Students Organized Against
Prejudice
Students Organized Against
Poverty
NSS
National Security Strategy
Network Switching Subsystem
National Service Scheme
Names Service Switch
National Service Switch
Network Security Scanner
Nadal Switching System
Naval Surface Strike
National Security Service
Network Switching Subsystem
Novel Storage Services
Not So Sure
National Shelter System
National Security Service
Network Switching Subsystem
National Service Scheme
National Scheme Services
New Skies Satellites
Nair Service society
NBA
National Basketball Association
National Blood Association
Next Best Alternative
National Band Association
Narmada Bachao Andolan
National Book Award
National Boxing Association
National Business Association
National Book Award
National Basketball Association
No Boys Allowed
Network Behavior Analysis
Netbook Book Agreement
N-Butyl Alcohol
National Basketball Association
Narmada Bachao Andolan
National Book Award
National Boxing Association
Nepal Basketball Association
National Braille Association
Table 1.0 Extracted definitions for CPU, SOAP, NSS and NBA from Google, Bing, Wikipedia and Acronym Finder.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1206
REFERENCE
[1] Andr´e Kempe, “Acronym-Meaning Extraction from Corpora Using Multitape Weighted Finite-State Machines”, Springer Verlag,
arxiv.org, Dec 2006, cs/0612033
[2].Bilyana Taneva1∗, Tao Cheng2, Kaushik Chakrabarti2, Yeye He “Mining Acronym Expansions and Their Meanings Using Query Click
Log”, WWW 2013, May 13–17, 2013, Rio de Janeiro, Brazil. ACM 978-1-4503-2035-1/13/05.
[3] Cvetana Krstev, Duško Vitas, Ranka Stankovi´ , “A Lexical Approach to Acronyms and their Definitions”
[4]. Dana Dannels, “Automatic Acronym Recognition”, ACM DL, EACL ’06, Pg:167-170
[5] David Sanchez, David Isren, “Automatic extraction of acronym definitions from theWeb” Apple Intell(2011) 34: 311-327 DOI
10.1007/s 10489-009-0197-4
[6] Jain A, Cuzerzan S, Azzam S, “Acronym –Expansion Recognition and Ranking on the web, IEEE International conference on
Information Reuse and Integration 2007, pg:209-214. DOI: 10.1109/IRI.2007.4296622.
[7] Jun Xu.Yalou Huang, “using SVM to extract acronyms from text”, Springer Verlag 2006, DOI 10.1007/s00500-006-0091-5.
[8] Leah S. Larkey, Paul Ogilvie, M. Andrew Price, Brenden Tamilio, “Acrophile: An Automated Acronym Extractor and Server”, ACM 2000,
Pg:205-214, DOI:10.1145/336597.336664
[9] Min song, Peishih Chang, “Automatic Extraction of Abbreviation for Emergency Management Websites”,ISCRAM conference- Washington
May 2008, Pg:93-100.
[10] Sunghwan sohn, Donald C Comeau, Won Kim and W John Wilbur, Abbreviation definition identification based on automatic
precision estimates, BMC Bioinformatics 2008, 9:402 doi:10.1186/1471-2105-9-402. Sep 2008.
[11] www.acronymfinder.com

More Related Content

What's hot

Cohesive Software Design
Cohesive Software DesignCohesive Software Design
Cohesive Software Designijtsrd
 
Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[Zac Darcy
 
Identifying the semantic relations on
Identifying the semantic relations onIdentifying the semantic relations on
Identifying the semantic relations onijistjournal
 
A multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectionA multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectioneSAT Journals
 
A multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectionA multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectioneSAT Publishing House
 
IRJET - Cyberbulling Detection Model
IRJET -  	  Cyberbulling Detection ModelIRJET -  	  Cyberbulling Detection Model
IRJET - Cyberbulling Detection ModelIRJET Journal
 
IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...
IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...
IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...IRJET Journal
 
Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models IJECEIAES
 
A Survey on Privacy in Social Networking Websites
A Survey on Privacy in Social Networking WebsitesA Survey on Privacy in Social Networking Websites
A Survey on Privacy in Social Networking WebsitesIRJET Journal
 
A Novel approach for Document Clustering using Concept Extraction
A Novel approach for Document Clustering using Concept ExtractionA Novel approach for Document Clustering using Concept Extraction
A Novel approach for Document Clustering using Concept ExtractionAM Publications
 
Ethnograph 10 Jul07
Ethnograph 10 Jul07Ethnograph 10 Jul07
Ethnograph 10 Jul07Clara Kwan
 
Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning ijseajournal
 
IRJET- Python Based Machine Learning for Profile Matching
IRJET- 	  Python Based Machine Learning for Profile MatchingIRJET- 	  Python Based Machine Learning for Profile Matching
IRJET- Python Based Machine Learning for Profile MatchingIRJET Journal
 
Sensor networks lab syllabus
Sensor networks lab syllabusSensor networks lab syllabus
Sensor networks lab syllabusnikshaikh786
 
Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer IJCSIS Research Publications
 
Ethnograph 11 Jul07
Ethnograph 11 Jul07Ethnograph 11 Jul07
Ethnograph 11 Jul07Clara Kwan
 
Adhyann – a hybrid part of-speech tagger
Adhyann – a hybrid part of-speech taggerAdhyann – a hybrid part of-speech tagger
Adhyann – a hybrid part of-speech taggerijitjournal
 
Supporting software documentation with source code summarization
Supporting software documentation with source code summarization Supporting software documentation with source code summarization
Supporting software documentation with source code summarization Ra'Fat Al-Msie'deen
 
EXTRACTING ARABIC RELATIONS FROM THE WEB
EXTRACTING ARABIC RELATIONS FROM THE WEBEXTRACTING ARABIC RELATIONS FROM THE WEB
EXTRACTING ARABIC RELATIONS FROM THE WEBijcsit
 
6.domain extraction from research papers
6.domain extraction from research papers6.domain extraction from research papers
6.domain extraction from research papersEditorJST
 

What's hot (20)

Cohesive Software Design
Cohesive Software DesignCohesive Software Design
Cohesive Software Design
 
Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[Conceptual similarity measurement algorithm for domain specific ontology[
Conceptual similarity measurement algorithm for domain specific ontology[
 
Identifying the semantic relations on
Identifying the semantic relations onIdentifying the semantic relations on
Identifying the semantic relations on
 
A multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectionA multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detection
 
A multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectionA multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detection
 
IRJET - Cyberbulling Detection Model
IRJET -  	  Cyberbulling Detection ModelIRJET -  	  Cyberbulling Detection Model
IRJET - Cyberbulling Detection Model
 
IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...
IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...
IRJET-Impact of Manual VS Automatic Transfer Switching on Reliability of Powe...
 
Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models Finding Bad Code Smells with Neural Network Models
Finding Bad Code Smells with Neural Network Models
 
A Survey on Privacy in Social Networking Websites
A Survey on Privacy in Social Networking WebsitesA Survey on Privacy in Social Networking Websites
A Survey on Privacy in Social Networking Websites
 
A Novel approach for Document Clustering using Concept Extraction
A Novel approach for Document Clustering using Concept ExtractionA Novel approach for Document Clustering using Concept Extraction
A Novel approach for Document Clustering using Concept Extraction
 
Ethnograph 10 Jul07
Ethnograph 10 Jul07Ethnograph 10 Jul07
Ethnograph 10 Jul07
 
Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning Tracing Requirements as a Problem of Machine Learning
Tracing Requirements as a Problem of Machine Learning
 
IRJET- Python Based Machine Learning for Profile Matching
IRJET- 	  Python Based Machine Learning for Profile MatchingIRJET- 	  Python Based Machine Learning for Profile Matching
IRJET- Python Based Machine Learning for Profile Matching
 
Sensor networks lab syllabus
Sensor networks lab syllabusSensor networks lab syllabus
Sensor networks lab syllabus
 
Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer Keywords- Based on Arabic Information Retrieval Using Light Stemmer
Keywords- Based on Arabic Information Retrieval Using Light Stemmer
 
Ethnograph 11 Jul07
Ethnograph 11 Jul07Ethnograph 11 Jul07
Ethnograph 11 Jul07
 
Adhyann – a hybrid part of-speech tagger
Adhyann – a hybrid part of-speech taggerAdhyann – a hybrid part of-speech tagger
Adhyann – a hybrid part of-speech tagger
 
Supporting software documentation with source code summarization
Supporting software documentation with source code summarization Supporting software documentation with source code summarization
Supporting software documentation with source code summarization
 
EXTRACTING ARABIC RELATIONS FROM THE WEB
EXTRACTING ARABIC RELATIONS FROM THE WEBEXTRACTING ARABIC RELATIONS FROM THE WEB
EXTRACTING ARABIC RELATIONS FROM THE WEB
 
6.domain extraction from research papers
6.domain extraction from research papers6.domain extraction from research papers
6.domain extraction from research papers
 

Similar to A web based approach: Acronym Definition Extraction

IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET Journal
 
A Comparative Study of Automatic Text Summarization Methodologies
A Comparative Study of Automatic Text Summarization MethodologiesA Comparative Study of Automatic Text Summarization Methodologies
A Comparative Study of Automatic Text Summarization MethodologiesIRJET Journal
 
IRJET - Automated System for Frequently Occurred Exam Questions
IRJET - Automated System for Frequently Occurred Exam QuestionsIRJET - Automated System for Frequently Occurred Exam Questions
IRJET - Automated System for Frequently Occurred Exam QuestionsIRJET Journal
 
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...IRJET Journal
 
IRJET- Plagiarism Checker
IRJET- Plagiarism CheckerIRJET- Plagiarism Checker
IRJET- Plagiarism CheckerIRJET Journal
 
IRJET - Text Summarizer.
IRJET -  	  Text Summarizer.IRJET -  	  Text Summarizer.
IRJET - Text Summarizer.IRJET Journal
 
IRJET- Determining Document Relevance using Keyword Extraction
IRJET-  	  Determining Document Relevance using Keyword ExtractionIRJET-  	  Determining Document Relevance using Keyword Extraction
IRJET- Determining Document Relevance using Keyword ExtractionIRJET Journal
 
IRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema GeneratorIRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema GeneratorIRJET Journal
 
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...IRJET Journal
 
Algorithm Procedure and Pseudo Code Mining
Algorithm Procedure and Pseudo Code MiningAlgorithm Procedure and Pseudo Code Mining
Algorithm Procedure and Pseudo Code MiningIRJET Journal
 
IRJET- A Novel Approach – Automatic paper evaluation system
IRJET-  	  A Novel Approach – Automatic paper evaluation systemIRJET-  	  A Novel Approach – Automatic paper evaluation system
IRJET- A Novel Approach – Automatic paper evaluation systemIRJET Journal
 
Named Entity Recognition (NER) Using Automatic Summarization of Resumes
Named Entity Recognition (NER) Using Automatic Summarization of ResumesNamed Entity Recognition (NER) Using Automatic Summarization of Resumes
Named Entity Recognition (NER) Using Automatic Summarization of ResumesIRJET Journal
 
2. an efficient approach for web query preprocessing edit sat
2. an efficient approach for web query preprocessing edit sat2. an efficient approach for web query preprocessing edit sat
2. an efficient approach for web query preprocessing edit satIAESIJEECS
 
Twitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachTwitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachIRJET Journal
 
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS ijcax
 
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS ijcax
 
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS ijcax
 
IRJET- Automatic Recapitulation of Text Document
IRJET- Automatic Recapitulation of Text DocumentIRJET- Automatic Recapitulation of Text Document
IRJET- Automatic Recapitulation of Text DocumentIRJET Journal
 
IRJET- Machine Learning Techniques for Code Optimization
IRJET-  	  Machine Learning Techniques for Code OptimizationIRJET-  	  Machine Learning Techniques for Code Optimization
IRJET- Machine Learning Techniques for Code OptimizationIRJET Journal
 
IRJET- A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...
IRJET-  	  A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...IRJET-  	  A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...
IRJET- A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...IRJET Journal
 

Similar to A web based approach: Acronym Definition Extraction (20)

IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)
 
A Comparative Study of Automatic Text Summarization Methodologies
A Comparative Study of Automatic Text Summarization MethodologiesA Comparative Study of Automatic Text Summarization Methodologies
A Comparative Study of Automatic Text Summarization Methodologies
 
IRJET - Automated System for Frequently Occurred Exam Questions
IRJET - Automated System for Frequently Occurred Exam QuestionsIRJET - Automated System for Frequently Occurred Exam Questions
IRJET - Automated System for Frequently Occurred Exam Questions
 
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
 
IRJET- Plagiarism Checker
IRJET- Plagiarism CheckerIRJET- Plagiarism Checker
IRJET- Plagiarism Checker
 
IRJET - Text Summarizer.
IRJET -  	  Text Summarizer.IRJET -  	  Text Summarizer.
IRJET - Text Summarizer.
 
IRJET- Determining Document Relevance using Keyword Extraction
IRJET-  	  Determining Document Relevance using Keyword ExtractionIRJET-  	  Determining Document Relevance using Keyword Extraction
IRJET- Determining Document Relevance using Keyword Extraction
 
IRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema GeneratorIRJET- Automatic Database Schema Generator
IRJET- Automatic Database Schema Generator
 
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
IRJET- QUEZARD : Question Wizard using Machine Learning and Artificial Intell...
 
Algorithm Procedure and Pseudo Code Mining
Algorithm Procedure and Pseudo Code MiningAlgorithm Procedure and Pseudo Code Mining
Algorithm Procedure and Pseudo Code Mining
 
IRJET- A Novel Approach – Automatic paper evaluation system
IRJET-  	  A Novel Approach – Automatic paper evaluation systemIRJET-  	  A Novel Approach – Automatic paper evaluation system
IRJET- A Novel Approach – Automatic paper evaluation system
 
Named Entity Recognition (NER) Using Automatic Summarization of Resumes
Named Entity Recognition (NER) Using Automatic Summarization of ResumesNamed Entity Recognition (NER) Using Automatic Summarization of Resumes
Named Entity Recognition (NER) Using Automatic Summarization of Resumes
 
2. an efficient approach for web query preprocessing edit sat
2. an efficient approach for web query preprocessing edit sat2. an efficient approach for web query preprocessing edit sat
2. an efficient approach for web query preprocessing edit sat
 
Twitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised ApproachTwitter Sentiment Analysis: An Unsupervised Approach
Twitter Sentiment Analysis: An Unsupervised Approach
 
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
 
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
 
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
IDENTIFY NAVIGATIONAL PATTERNS OF WEB USERS
 
IRJET- Automatic Recapitulation of Text Document
IRJET- Automatic Recapitulation of Text DocumentIRJET- Automatic Recapitulation of Text Document
IRJET- Automatic Recapitulation of Text Document
 
IRJET- Machine Learning Techniques for Code Optimization
IRJET-  	  Machine Learning Techniques for Code OptimizationIRJET-  	  Machine Learning Techniques for Code Optimization
IRJET- Machine Learning Techniques for Code Optimization
 
IRJET- A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...
IRJET-  	  A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...IRJET-  	  A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...
IRJET- A Detailed Analysis on Windows Event Log Viewer for Faster Root Ca...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 

Recently uploaded (20)

Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 

A web based approach: Acronym Definition Extraction

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1199 A web based approach: Acronym Definition Extraction R. Menaha*, M.Barkavi , P.Guha Prashanthini , R.Narmadha *Assistant Professor, Information Technology, Dr. MCET, Tamil Nadu, India B.Tech - Information Technology, Dr. MCET, Tamil Nadu, India Abstract Acronyms are widely used in the tasks like web searches, tweets, text messages, and mails etc. Acronyms are typically ambiguous and often disambiguated by context words. Due to its dynamicity, different approaches has been experimented in the past decade to extract acronym definition. Different manual edited websites like acronym finder, acronyms. the free dictionary.com, nalingo.com is accessible to list the definition of an acronym. However an automated method is required to support this identification. This paper presents an automatic web based approach to extract the definitions of an acronym. The proposed system uses the web resources of Google, Wikipedia, Bing and Acronym Finder to identify the definitions of an acronym. From Google and Bing web pages, the snippets and titles are extracted and pattern extraction algorithm is applied to identify the definitions. Similarly the Wikipedia and acronym finder web pages are extracted to find the acronym definitions. The extracted definitions might be applied in information retrieval, question answering system and query expansion area as future work. Keywords: Acronym definition extraction, Abbreviation extraction -----------------------------------------------------------***---------------------------------------------------------------- 1. INTRODUCTION Acronyms are abbreviations formed from the initial components of words or phrases. Acronyms are textual forms used to stress the importance of entities and provide an alternative way to refer the same entity which is easier to understand .Some of the characteristics of acronyms are: 1. Dynamicity: New Acronyms are defined in every domain and every day. This is evident in social networks like twitter, LinkedIn, online chat. 2. Ambiguity: Each acronym has different meanings in different domain [e.g., SOAP has 35 definitions in acronym finder and 32 definitions in acronyms.thefreedictionary.com]. This can be disambiguated by using context words [e.g., SOAP XML refers Simple Object Access Protocol, SOAP Analysis refers Spectrometric Oil Analysis Program]. 3. Diverse of Generality: Some acronym –definition pairs are commonly used, and some of them are very rare [e.g., NASA –National Aeronautics and space Administration [most common], NASA [Newspaper Advertising Sales Corporation]. Usage of acronyms is more in the applications like Biomedicine, Natural language Processing, Ontology population, question answering system and web search. Due to its dynamicity, it is difficult to maintain up-to-date lexical repository of all the acronyms and their meanings. Some of the manually edited websites like acronym finder, acronyms.thefreedictionary.com have millions of acronyms and meanings. Automatic discovery of acronym definitions also attempted in the past decade most of them are language dependent. This paper proposes an automated web based approach to identify the definitions of an acronym. It uses the web resources of google, Bing, Wikipedia, and acronym finder. The system extracts the snippets, titles and apply pattern extraction algorithm to discover the list of definitions. The rest of the paper is organized as follows. Section 2 defines previous works in the area of acronym definition discovery. Section 3 describes in detail the proposed methodology. Section 4 presents the results and evaluation, showing the obtained results and discussing them. The last section gives some conclusions and proposes some lines of future work.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1200 2. RELATED WORKS Andr’e Kempe [1], the report shown how the alignment-based approach to acronym-meaning extraction can be implemented by means of a 3-tape weighted finite-state machine (3-WFSM). The 3-WFSM will read a text chunk on tape 1 and an acronym on tape 2, and generate all possible alignments on tape 3, inserting dots to mark which letters are used in the acronym. CvetanaKrstev, DuskoVitas, RankaStankovi’c[3] presented a comprehensive approach to acronyms for Natural-Language Processing (NLP) of Serbian texts. The procedure includes extraction of acronyms and their definitions that are usual Multi- Word Units (MWUs), shallow parsing of MWUs that enables MWU lemmatization and production of entries in morphological electronic dictionaries, both for MWU and acronyms, that are provided with grammatical, syntactic, semantic and domain information Dana Dannels [4], the approach is based on that acronym-definition pairs follow a set of patterns and other regularities that can be usefully applied for the acronym identification task. Supervised machine learning was applied to monitor the performance of the rule-based method, using Memory Based Learning (MBL). David Sanchez, David Isren [5], proposed methodology which has been divided into several part, first a simple algorithm generates the possible acronym by the combination of alpha numeric characters of a specific length. For all those generated candidates, the system tries to discover all possible definitions from the web. Finally the list of definitions found is filtered using a set of general rules. Jun Xu.Yalou Huang [7], proposed a novel machine learning approach to extract acronyms from text. First, all likely acronyms are identified by heuristic rules. Second, expansion candidates against each likely acronym are generated from the surrounding text. He used the support vector machine (SVM) model to select the genuine expansions for acronyms. Sunghwan sohn, Donald C Comeau, Won Kim and W John Wilbur [10], proposed an abbreviation identification algorithm that employs a number of rules to extract potential SF-LF pairs and variety of strategies to identify the most probable LFs.The reliability of the strategy can be estimated which they term pseudo – precision (P-precision). 3. METHODS The list of acronyms are extracted from four different web resources. They are Google, Bing, Wikipedia and Acronym Finder. The method that are involved in the expansion identification differs for different web resources. The outline of proposed system implementation is given in fig [1.0] Fig 1.0 Outline of system implementatio
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1201 3.1 Google and Bing Web pages Google and Bing pages contains snippets, titles, URL and other information sources. Usually the snippets and titles contains the acronym definitions of given input acronym query. Hence the snippets and titles are extracted from Google and Bing web pages they are stored in a local repository. Pattern extraction algorithm presented in fig 5.0 is applied to extract the patterns from snippets and titles. 3.1.1 Snippet Extraction The snippet contains the small hint of information that the user request from the search engine. Snippets are useful for searches because most of the time, the user can read the snippet and decide whether particular search result is relevant without opening the URL. The processing of snippet is also efficient because it prevent from errors in downloading web pages, which might be time consuming depending on the size of the web pages. This extracted snippet is stored in the local database, once the new data comes existing data gets overridden. Fig 2.0 Snippet extracted from google for CPU 3.1.2 Title Extraction Web pages contains the title which shows the detail that are available in the document may contains the definitions of an acronym. Fig 3.0 Title extracted from google A central processing unit (CPU) is the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic… Central processing unit - Wikipedia, the free encyclopedia Images for CPU What is Central Processing Unit (CPU)? Webopedia
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1202 Fig 4.0 Outline of System Implementation 3.2 Wikipedia Wikipedia follows the procrastination principle regarding the security of its content. It started almost entirely open—anyone could create articles, and any Wikipedia article could be edited by any reader, even those who did not have a Wikipedia account. Modifications to all articles would be published immediately. Whenever an acronym is searched through Wikipedia, it retrieve the results in various contexts and meaning using fig.5.0. The pages can be stored in a local repository to extract snippets and titles. In Wikipedia the web pages gets extracted, and the Acronym definitions are extracted from the disambiguous webpages. The patterns for input acronym query is retrieved using the pattern extraction pseudocode given in fig.5.0 3.3 Acronym Finder The web pages of Acronym Finder contains the expansion for input acronym. The Acronym Finder would contain five domains like Science and Medicine, Business, Military and Government, Organizations and Information Technology. First of all, the user would be asked to select the domain and then the acronym must be given. To extract web pages, an acronym is given as input to the search engine and the results of search engine are stored in local database. From the extracted web pages, the expansions are fetched using pattern extraction procedure using fig.5.0 and stored in lexical repository. In acronym finder the web pages are extracted, which contains the list of acronym expansion from different domains. Based on the user interest the corresponding meaning of an acronym in its domain are listed.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1203 3.4 Patterns Extraction A Pattern is a series of action or event or behavior that together show how things normally happen or done. The following pattern extraction algorithm fig. 5.0 is devised to extract the acronym definitions from snippets and titles of Google, Bing, Wikipedia and Acronym finder. Input: Acronym Output: List of Acronym defifntions /* Google, Bing, Wikipedia and Acronymfinder web pages are used for the acronym definition extraction */ /* Google and Bing */ do For each acronym a. α1  Extract the google web pages b. S1 Extract the snippets from α c. T Extract the titles from α d. P1 Extract the patterns from S and T. end /* Wikipedia */ do For each acronym a. α2  Extract the Wikipedia disambiguation web pages b. S2 Extract the required snippets from α c. P2  Extract the patterns from S2. end /* Acronym Finder */ do For each acronym a. α3  Extract the Wikipedia disambiguation web pages b. S3 Extract the required snippets from α c. P3  Extract the patterns from S3. End. /*** To extract patterns Pattern Extraction algorithm is applied ***/
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1204 Fig 5.0 Pattern Extraction Pesudocode. Input: Snippets /Titles Output : Lists of Acronyms Variables used: L,S ,F, T flag; 1. L Find the length of the Acronym 2. S [0-L] Store each character of given acronym in an array. 3. Read the snippets / titles. 4. Replace all the numbers [0-9] and Special symbols [, “ . ? etc.,] with empty space. 5. Remove stop words from the snippets and titles. [e.g., a,an, the , between , etc.,] 6. F Read the snippet / title file and store it into buffer While (F! =eof) { a. Read line from buffer F and apply tokenization. b. T Read token c. If(T!==NULL) { for (i=0;i<l;i++) T[i] Read the first character of token if (T[i]==S[i]) { flag++; add the token into wordlist goto step b. } else goto step b. if (flag==l) add that wordlist into pattern file. } }
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1205 5. RESULTS AND DISCUSSION Thus the expansions of acronyms have been extracted from four web resources like Acronym Finder, Bing and Google Pages and Wikipedia. For experimental purpose 100 acronym definitions are extracted from that 4 web resources. As an example 5 acronyms and extracted definitions from acronym finder, Bing, Google and Wikipedia is listed in table 1.0. For implementation, Java, JSON, Swing and Google search engine API were used. The extracted definitions will be applied in query expansion system as future work. 6. CONCLUSION Acronyms are widely used in various applications. This paper proposed a method on extracting acronym definitions from Google, Bing, Wikipedia and acronym finder. Acronym definition extraction for about hundred acronyms is extracted successfully from the various web resources. As a future work extracted definitions would be applied in query expansion for effective information retrieval. Acronym Acronym Finder Bing and Google Wikipedia CPU Central Processing Unit Communist Party of Ukraine Chemical Production Unit Central Philippine University Commonwealth Press Union Central Policy Unit Computer Power Use Cost Per Unit Call Pick Up Critical Path Update Central Processing Unit Computer Processing Unit Common Party User Cost Per Unit Columbia Pacific University Central Processing Unit Central Philippine University Commonwealth Press Union Clark Public Utilities Columbia Pacific University China Pharmaceutical University Chemical Production Unit SOAP Subjective Objective Assessment Plan Simple Object Access Protocol Seal Of Approval Process Symbolic Optimal Assembly Program Spectrometric Oil Analysis Program Summary On A Page Small Operator Assistance Program Students Organized Against Prejudice Students Organized Against Poverty Simple Object Access Protocol Summary On A Page Society Of Airway Pioneers Strategy On A Page Seal Of Approval Process Simple Object Access Protocol Symbolic Optimal Assembly Program Spectrometric Oil Analysis Program Snakes On A Plane Students Organized Against Prejudice Students Organized Against Poverty NSS National Security Strategy Network Switching Subsystem National Service Scheme Names Service Switch National Service Switch Network Security Scanner Nadal Switching System Naval Surface Strike National Security Service Network Switching Subsystem Novel Storage Services Not So Sure National Shelter System National Security Service Network Switching Subsystem National Service Scheme National Scheme Services New Skies Satellites Nair Service society NBA National Basketball Association National Blood Association Next Best Alternative National Band Association Narmada Bachao Andolan National Book Award National Boxing Association National Business Association National Book Award National Basketball Association No Boys Allowed Network Behavior Analysis Netbook Book Agreement N-Butyl Alcohol National Basketball Association Narmada Bachao Andolan National Book Award National Boxing Association Nepal Basketball Association National Braille Association Table 1.0 Extracted definitions for CPU, SOAP, NSS and NBA from Google, Bing, Wikipedia and Acronym Finder.
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 1206 REFERENCE [1] Andr´e Kempe, “Acronym-Meaning Extraction from Corpora Using Multitape Weighted Finite-State Machines”, Springer Verlag, arxiv.org, Dec 2006, cs/0612033 [2].Bilyana Taneva1∗, Tao Cheng2, Kaushik Chakrabarti2, Yeye He “Mining Acronym Expansions and Their Meanings Using Query Click Log”, WWW 2013, May 13–17, 2013, Rio de Janeiro, Brazil. ACM 978-1-4503-2035-1/13/05. [3] Cvetana Krstev, Duško Vitas, Ranka Stankovi´ , “A Lexical Approach to Acronyms and their Definitions” [4]. Dana Dannels, “Automatic Acronym Recognition”, ACM DL, EACL ’06, Pg:167-170 [5] David Sanchez, David Isren, “Automatic extraction of acronym definitions from theWeb” Apple Intell(2011) 34: 311-327 DOI 10.1007/s 10489-009-0197-4 [6] Jain A, Cuzerzan S, Azzam S, “Acronym –Expansion Recognition and Ranking on the web, IEEE International conference on Information Reuse and Integration 2007, pg:209-214. DOI: 10.1109/IRI.2007.4296622. [7] Jun Xu.Yalou Huang, “using SVM to extract acronyms from text”, Springer Verlag 2006, DOI 10.1007/s00500-006-0091-5. [8] Leah S. Larkey, Paul Ogilvie, M. Andrew Price, Brenden Tamilio, “Acrophile: An Automated Acronym Extractor and Server”, ACM 2000, Pg:205-214, DOI:10.1145/336597.336664 [9] Min song, Peishih Chang, “Automatic Extraction of Abbreviation for Emergency Management Websites”,ISCRAM conference- Washington May 2008, Pg:93-100. [10] Sunghwan sohn, Donald C Comeau, Won Kim and W John Wilbur, Abbreviation definition identification based on automatic precision estimates, BMC Bioinformatics 2008, 9:402 doi:10.1186/1471-2105-9-402. Sep 2008. [11] www.acronymfinder.com