International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 11 - Issue 12 |
Published: December 2010 |
Authors: Dinesh Kumar, Prince Rana |
![]() |
Dinesh Kumar, Prince Rana . Article:Design and Development of a Stemmer for Punjabi. International Journal of Computer Applications. 11, 12 (December 2010), 18-23. DOI=10.5120/1634-2196
@article{ 10.5120/1634-2196, author = { Dinesh Kumar,Prince Rana }, title = { Article:Design and Development of a Stemmer for Punjabi }, journal = { International Journal of Computer Applications }, year = { 2010 }, volume = { 11 }, number = { 12 }, pages = { 18-23 }, doi = { 10.5120/1634-2196 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2010 %A Dinesh Kumar %A Prince Rana %T Article:Design and Development of a Stemmer for Punjabi%T %J International Journal of Computer Applications %V 11 %N 12 %P 18-23 %R 10.5120/1634-2196 %I Foundation of Computer Science (FCS), NY, USA
Stemming is the process of removing the affixes from inflected words, without doing complete morphological analysis. A stemming Algorithm is a procedure to reduce all words with the same stem to a common form [20]. It is useful in many areas of computational linguistics and information-retrieval work. This technique is used by the various search engines to find the best solution for a problem. The algorithm is a basic building block for the stemmer. Stemmer is basically used in information retrieval system to improve the performance .The paper present a stemmer for Punjabi, which uses a brute force algorithm. We also use a suffix stripping technique in our paper. Similar techniques can be used to make stemmer for other languages such as Hindi, Bengali and Marathi. The result of stemmer is good and it can be effective in information retrieval system. This stemmer also reduces the problem of over-stemming and under-stemming.