English
Related papers

Related papers: VnCoreNLP: A Vietnamese Natural Language Processin…

200 papers

BNLP is an open source language processing toolkit for Bengali language consisting with tokenization, word embedding, POS tagging, NER tagging facilities. BNLP provides pre-trained model with high accuracy to do model based tokenization,…

Computation and Language · Computer Science 2021-12-02 Sagor Sarker

We present PyThaiNLP, a free and open-source natural language processing (NLP) library for Thai language implemented in Python. It provides a wide range of software, models, and datasets for Thai language. We first provide a brief…

We present a neural Sanskrit Natural Language Processing (NLP) toolkit named SanskritShala (a school of Sanskrit) to facilitate computational linguistic analyses for several tasks such as word segmentation, morphological tagging, dependency…

Computation and Language · Computer Science 2023-05-30 Jivnesh Sandhan , Anshul Agarwal , Laxmidhar Behera , Tushar Sandhan , Pawan Goyal

We propose an attentive neural network for the task of named entity recognition in Vietnamese. The proposed attentive neural model makes use of character-based language models and word embeddings to encode words as vector representations. A…

Computation and Language · Computer Science 2019-06-11 Kim Anh Nguyen , Ngan Dong , Cam-Tu Nguyen

This paper presents a state-of-the-art system for Vietnamese Named Entity Recognition (NER). By incorporating automatic syntactic features with word embeddings as input for bidirectional Long Short-Term Memory (Bi-LSTM), our system,…

Computation and Language · Computer Science 2017-08-29 Thai-Hoang Pham , Phuong Le-Hong

Natural Language Processing (NLP) systems often make use of machine learning techniques that are unfamiliar to end-users who are interested in analyzing clinical records. Although NLP has been widely used in extracting information from…

Human-Computer Interaction · Computer Science 2017-07-10 Gaurav Trivedi , Phuong Pham , Wendy Chapman , Rebecca Hwa , Janyce Wiebe , Harry Hochheiser

Automatic Speech Recognition (ASR) performance is heavily dependent on the availability of large-scale, high-quality datasets. For low-resource languages, existing open-source ASR datasets often suffer from insufficient quality and…

Computation and Language · Computer Science 2026-03-17 Thi Vu , Linh The Nguyen , Dat Quoc Nguyen

Natural language (NL) toolkits enable visualization developers, who may not have a background in natural language processing (NLP), to create natural language interfaces (NLIs) for end-users to flexibly specify and interact with…

Human-Computer Interaction · Computer Science 2022-08-16 Rishab Mitra , Arpit Narechania , Alex Endert , John Stasko

We introduce Trankit, a light-weight Transformer-based Toolkit for multilingual Natural Language Processing (NLP). It provides a trainable pipeline for fundamental NLP tasks over 100 languages, and 90 pretrained pipelines for 56 languages.…

Computation and Language · Computer Science 2021-10-18 Minh Van Nguyen , Viet Dac Lai , Amir Pouran Ben Veyseh , Thien Huu Nguyen

In this paper, we study semantic role labelling (SRL), a subtask of semantic parsing of natural language sentences and its application for the Vietnamese language. We present our effort in building Vietnamese PropBank, the first Vietnamese…

Computation and Language · Computer Science 2017-11-29 Phuong Le-Hong , Thai Hoang Pham , Xuan Khoai Pham , Thi Minh Huyen Nguyen , Thi Luong Nguyen , Minh Hiep Nguyen

In recent years, Vietnamese Named Entity Recognition (NER) systems have had a great breakthrough when using Deep Neural Network methods. This paper describes the primary errors of the state-of-the-art NER systems on Vietnamese language.…

Computation and Language · Computer Science 2019-11-20 Binh An Nguyen , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen

We introduce an NLP toolkit based on object-oriented knowledge base and multi-level grammar base. This toolkit focuses on semantic parsing, it also has abilities to discover new knowledge and grammar automatically, new discovered knowledge…

Computation and Language · Computer Science 2021-06-09 Yu Guo

In this paper, we aimed to develop a neural parser for Vietnamese based on simplified Head-Driven Phrase Structure Grammar (HPSG). The existing corpora, VietTreebank and VnDT, had around 15% of constituency and dependency tree pairs that…

Computation and Language · Computer Science 2025-04-29 Duc-Vu Nguyen , Thang Chau Phan , Quoc-Nam Nguyen , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen

This paper presents the development process of a Vietnamese spoken language corpus for machine reading comprehension (MRC) tasks and provides insights into the challenges and opportunities associated with using real-world data for machine…

Computation and Language · Computer Science 2025-07-22 Thinh Phuoc Ngo , Khoa Tran Anh Dang , Son T. Luu , Kiet Van Nguyen , Ngan Luu-Thuy Nguyen

Visual Question Answering (VQA) is a challenging task of natural language processing (NLP) and computer vision (CV), attracting significant attention from researchers. English is a resource-rich language that has witnessed various…

Computation and Language · Computer Science 2024-04-18 Ngan Luu-Thuy Nguyen , Nghia Hieu Nguyen , Duong T. D Vo , Khanh Quoc Tran , Kiet Van Nguyen

Named entity recognition (NER) plays an important role in text-based information retrieval. In this paper, we combine Bidirectional Long Short-Term Memory (Bi-LSTM) \cite{hochreiter1997,schuster1997} with Conditional Random Field (CRF)…

Computation and Language · Computer Science 2019-12-04 Ngoc C. Lê , Ngoc-Yen Nguyen , Anh-Duong Trinh

Extraction of categorised named entities from text is a complex task given the availability of a variety of Named Entity Recognition (NER) models and the unstructured information encoded in different source document formats. Processing the…

Computation and Language · Computer Science 2021-12-07 Sandaru Seneviratne , Sergio J. Rodríguez Méndez , Xuecheng Zhang , Pouya G. Omran , Kerry Taylor , Armin Haller

We introduce \texttt{N-LTP}, an open-source neural language technology platform supporting six fundamental Chinese NLP tasks: {lexical analysis} (Chinese word segmentation, part-of-speech tagging, and named entity recognition), {syntactic…

Computation and Language · Computer Science 2021-09-24 Wanxiang Che , Yunlong Feng , Libo Qin , Ting Liu

NLTK, the Natural Language Toolkit, is a suite of open source program modules, tutorials and problem sets, providing ready-to-use computational linguistics courseware. NLTK covers symbolic and statistical natural language processing, and is…

Computation and Language · Computer Science 2007-05-23 Edward Loper , Steven Bird

Visual Question Answering (VQA) is a challenging task that requires the joint understanding of natural language and visual content. While early research primarily focused on recognizing objects and scene context, it often overlooked scene…