paper-with-me

Papers

Uzbek text summarization based on TF-IDF

2023-03-01 · Khabibulla Madatov, Shukurla Bekchanov, Jernej Vičič

The volume of information is increasing at an incredible rate with the rapid development of the Internet and electronic information services. Due to time constraints, we don't have the opportunity to read all this information. Even the task of analyzing textual data related to one field requires a lot of work. The text summarization task helps to solve these problems. This article presents an experiment on summarization task for Uzbek language, the methodology was based on text abstracting based on TF-IDF algorithm. Using this density function, semantically important parts of the text are extracted. We summarize the given text by applying the n-gram method to important parts of the whole text. The authors used a specially handcrafted corpus called "School corpus" to evaluate the performance of the proposed method. The results show that the proposed approach is effective in extracting summaries from Uzbek language text and can potentially be used in various applications such as information retrieval and natural language processing. Overall, this research contributes to the growing body of work on text summarization in under-resourced languages.

📄 PDF Abstract BibTeX arXiv:2303.00461

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrievalText Summarization

Similar Papers 제목 키워드 기반

UzbekTagger: The rule-based POS tagger for Uzbek language

2023-01-30 · Maksud Sharipov, Elmurod Kuriyozov, Ollabergan Yuldashev, Ogabek Sobirov

This research paper presents a part-of-speech (POS) annotated dataset and tagger tool for the low-resource Uzbek language. The dataset includes 12 tags, which were used to develop a rule-based POS-tagger tool. The corpus…

Language ModelingLanguage ModellingMachine TranslationPOS+6

FeruzaSpeech: A 60 Hour Uzbek Read Speech Corpus with Punctuation, Casing, and Context

2024-09-23 · Anna Povey, Katherine Povey

This paper introduces FeruzaSpeech, a read speech corpus of the Uzbek language, containing transcripts in both Cyrillic and Latin alphabets, freely available for academic research purposes. This corpus includes 60 hours …

BBPOS: BERT-based Part-of-Speech Tagging for Uzbek

2025-01-17 · Latofat Bobojonova, Arofat Akhundjanova, Phil Ostheimer, Sophie Fellenz

This paper advances NLP research for the low-resource Uzbek language by evaluating two previously untested monolingual Uzbek BERT models on the part-of-speech (POS) tagging task and introducing the first publicly availab…

Part-Of-Speech TaggingPOSPOS TaggingSensitivity

Accuracy of the Uzbek stop words detection: a case study on "School corpus"

2022-09-15 · Khabibulla Madatov, Shukurla Bekchanov, Jernej Vičič

Stop words are very important for information retrieval and text analysis investigation tasks of natural language processing. Current work presents a method to evaluate the quality of a list of stop words aimed at automa…

Information RetrievalRetrievalSentence

Uzbek affix finite state machine for stemming

2022-05-20 · Maksud Sharipov, Ulugbek Salaev

This work presents a morphological analyzer for the Uzbek language using a finite state machine. The proposed methodology is a morphologic analysis of Uzbek words by using an affix striping to find a root and without inc…

Morphological Analysis