International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 119 - Issue 18 |
Published: June 2015 |
Authors: Sharvari Govilkar, Bakal J. W, Shubhangi Rathod |
![]() |
Sharvari Govilkar, Bakal J. W, Shubhangi Rathod . Part of Speech Tagger for Marathi Language. International Journal of Computer Applications. 119, 18 (June 2015), 29-32. DOI=10.5120/21169-4245
@article{ 10.5120/21169-4245, author = { Sharvari Govilkar,Bakal J. W,Shubhangi Rathod }, title = { Part of Speech Tagger for Marathi Language }, journal = { International Journal of Computer Applications }, year = { 2015 }, volume = { 119 }, number = { 18 }, pages = { 29-32 }, doi = { 10.5120/21169-4245 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2015 %A Sharvari Govilkar %A Bakal J. W %A Shubhangi Rathod %T Part of Speech Tagger for Marathi Language%T %J International Journal of Computer Applications %V 119 %N 18 %P 29-32 %R 10.5120/21169-4245 %I Foundation of Computer Science (FCS), NY, USA
A part of speech (POS) tagging is one of the most well studied problem in the field of Natural Language Processing (NLP). A POS Tagger is the process of assigning correct tag like noun, adjective, verb, adverb etc to each word of the input sentence. Disambiguation rules and Tagset is vital parts of POS tagger. POS tagging is difficult for Marathi language due to unavailability of corpus for computational processing. In this paper, a POS Tagger for Marathi language using Rule based technique is presented. Our proposed system find root word using morphological analyzer and compare the root word with corpus to assign appropriate tag. If word has assigned more than one tags then by using grammar rules ambiguity is removed. Meaningful rules are provided to improve the performance of the system.