paper-with-me

Papers

Curating Stopwords in Marathi: A TF-IDF Approach for Improved Text Analysis and Information Retrieval

2024-06-16 · Rohan Chavan, Gaurav Patil, Vishal Madle, Raviraj Joshi

Stopwords are commonly used words in a language that are often considered to be of little value in determining the meaning or significance of a document. These words occur frequently in most texts and don't provide much useful information for tasks like sentiment analysis and text classification. English, which is a high-resource language, takes advantage of the availability of stopwords, whereas low-resource Indian languages like Marathi are very limited, standardized, and can be used in available packages, but the number of available words in those packages is low. Our work targets the curation of stopwords in the Marathi language using the MahaCorpus, with 24.8 million sentences. We make use of the TF-IDF approach coupled with human evaluation to curate a strong stopword list of 400 words. We apply the stop word removal to the text classification task and show its efficacy. The work also presents a simple recipe for stopword curation in a low-resource language. The stopwords are integrated into the mahaNLP library and publicly available on https://github.com/l3cube-pune/MarathiNLP .

📄 PDF Abstract BibTeX arXiv:2406.11029

Code (1)

l3cube-pune/MarathiNLP 공식 구현

Tasks

Information RetrievalRetrievalSentiment Analysistext-classificationText Classification

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Stopwords in Technical Language Processing

2020-06-04 · Serhad Sarica, Jianxi Luo

There are increasingly applications of natural language processing techniques for information retrieval, indexing and topic modelling in the engineering contexts. A standard component of such tasks is the removal of stop…

Information RetrievalRetrieval

On Stopwords, Filtering and Data Sparsity for Sentiment Analysis of Twitter

2014-05-01 · LREC 2014 5 · Hassan Saif, Fern, Miriam ez, Yulan He 외

Sentiment classification over Twitter is usually affected by the noisy nature (abbreviations, irregular forms) of tweets data. A popular procedure to reduce the noise of textual data is to remove stopwords by using pre-c…

ClassificationDocument ClassificationGeneral ClassificationSentiment Analysis+3

Egyptian Dialect Stopword List Generation from Social Network Data

2015-04-13 · Walaa Medhat, Ahmed H. Yousef, Hoda Korashy

This paper proposes a methodology for generating a stopword list from online social network (OSN) corpora in Egyptian Dialect(ED). The aim of the paper is to investigate the effect of removingED stopwords on the Sentimen…

feature selectionGeneral ClassificationSentiment Analysistext-classification+1

L3Cube-MahaCorpus and MahaBERT: Marathi Monolingual Corpus, Marathi BERT Language Models, and Resources

2022-02-02 · WILDRE (LREC) 2022 6 · Raviraj Joshi

We present L3Cube-MahaCorpus a Marathi monolingual data set scraped from different internet sources. We expand the existing Marathi monolingual corpus with 24.8M sentences and 289M tokens. We further present, MahaBERT, M…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+4

On the letter frequencies and entropy of written Marathi

2017-07-11 · Jaydeep Chipalkatti, Mihir Kulkarni

We carry out a comprehensive analysis of letter frequencies in contemporary written Marathi. We determine sets of letters which statistically predominate any large generic Marathi text, and use these sets to estimate the…