paper-with-me

Papers

Part-of-Speech Tagging of Odia Language Using statistical and Deep Learning-Based Approaches

2022-07-07 · Tusarkanta Dalai, Tapas Kumar Mishra, Pankaj K Sa

Automatic Part-of-speech (POS) tagging is a preprocessing step of many natural language processing (NLP) tasks such as name entity recognition (NER), speech processing, information extraction, word sense disambiguation, and machine translation. It has already gained a promising result in English and European languages, but in Indian languages, particularly in Odia language, it is not yet well explored because of the lack of supporting tools, resources, and morphological richness of language. Unfortunately, we were unable to locate an open source POS tagger for Odia, and only a handful of attempts have been made to develop POS taggers for Odia language. The main contribution of this research work is to present a conditional random field (CRF) and deep learning-based approaches (CNN and Bidirectional Long Short-Term Memory) to develop Odia part-of-speech tagger. We used a publicly accessible corpus and the dataset is annotated with the Bureau of Indian Standards (BIS) tagset. However, most of the languages around the globe have used the dataset annotated with Universal Dependencies (UD) tagset. Hence, to maintain uniformity Odia dataset should use the same tagset. So we have constructed a simple mapping from BIS tagset to UD tagset. We experimented with various feature set inputs to the CRF model, observed the impact of constructed feature set. The deep learning-based model includes Bi-LSTM network, CNN network, CRF layer, character sequence information, and pre-trained word vector. Character sequence information was extracted by using convolutional neural network (CNN) and Bi-LSTM network. Six different combinations of neural sequence labelling models are implemented, and their performance measures are investigated. It has been observed that Bi-LSTM model with character sequence feature and pre-trained word vector achieved a significant state-of-the-art result.

📄 PDF Abstract BibTeX arXiv:2207.03256

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNERPart-Of-Speech TaggingPOSPOS TaggingWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Development of Marathi Part of Speech Tagger Using Statistical Approach

2013-10-02 · Jyoti Singh, Nisheeth Joshi, Iti Mathur

Part-of-speech (POS) tagging is a process of assigning the words in a text corresponding to a particular part of speech. A fundamental version of POS tagging is the identification of words as nouns, verbs, adjectives etc…

Information RetrievalPart-Of-Speech TaggingPOSPOS Tagging+7

Part-of-Speech Tagging with Bidirectional Long Short-Term Memory Recurrent Neural Network

2015-10-21 · Peilu Wang, Yao Qian, Frank K. Soong, Lei He 외

Bidirectional Long Short-Term Memory Recurrent Neural Network (BLSTM-RNN) has been shown to be very effective for tagging sequential data, e.g. speech utterances or handwritten documents. While word embedding has been de…

Part-Of-Speech TaggingPOSPOS Tagging

Building Odia Shallow Parser

2022-04-19 · Pruthwik Mishra, Dipti Misra Sharma

Shallow parsing is an essential task for many NLP applications like machine translation, summarization, sentiment analysis, aspect identification and many more. Quality annotated corpora is critical for building accurate…

ChunkingMachine TranslationPOSPOS Tagging+2

Building a Public Domain Voice Database for Odia

2022-08-16 · WWW '22: Companion Proceedings of the Web Conference 2022 8 · Subhashish Panigrahi

Projects like Mozilla Common Voice were born to address the challenges of unavailability of voice data or the high cost of available data for use in speech technology such as Automatic Speech Recognition (ASR) research a…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Hidden Markov Model Based Part of Speech Tagger for Sinhala Language

2014-07-10 · A. J. P. M. P. Jayaweera, N. G. J. Dias

In this paper we present a fundamental lexical semantics of Sinhala language and a Hidden Markov Model (HMM) based Part of Speech (POS) Tagger for Sinhala language. In any Natural Language processing task, Part of Speech…

POSTAG