CLSep 5, 2020

Analysis and representation of Igbo text document for a text-based system

arXiv:2009.06376v114 citations
Originality Synthesis-oriented
AI Analysis

This addresses a domain-specific problem for researchers and developers working with Igbo language text processing, but it is incremental as it applies existing n-gram models to a new language context.

The paper tackled the problem of representing Igbo text documents for text-based systems, which is difficult due to compounding, word ordering, and collocations that standard Bag-of-Words models ignore. The result showed that Bigram and Trigram n-gram models provide more semantic information and address these issues, likely improving performance in Igbo text-based applications.

The advancement in Information Technology (IT) has assisted in inculcating the three Nigeria major languages in text-based application such as text mining, information retrieval and natural language processing. The interest of this paper is the Igbo language, which uses compounding as a common type of word formation and as well has many vocabularies of compound words. The issues of collocation, word ordering and compounding play high role in Igbo language. The ambiguity in dealing with these compound words has made the representation of Igbo language text document very difficult because this cannot be addressed using the most common and standard approach of the Bag-Of-Words (BOW) model of text representation, which ignores the word order and relation. However, this cause for a concern and the need to develop an improved model to capture this situation. This paper presents the analysis of Igbo language text document, considering its compounding nature and describes its representation with the Word-based N-gram model to properly prepare it for any text-based application. The result shows that Bigram and Trigram n-gram text representation models provide more semantic information as well addresses the issues of compounding, word ordering and collocations which are the major language peculiarities in Igbo. They are likely to give better performance when used in any Igbo text-based system.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes