paper-with-me

Papers

Finite-state script normalization and processing utilities: The Nisaba Brahmic library

2021-04-01 · EACL 2021 2 · Cibu Johny, Lawrence Wolf-Sonkin, Alexander Gutkin, Brian Roark

This paper presents an open-source library for efficient low-level processing of ten major South Asian Brahmic scripts. The library provides a flexible and extensible framework for supporting crucial operations on Brahmic scripts, such as NFC, visual normalization, reversible transliteration, and validity checks, implemented in Python within a finite-state transducer formalism. We survey some common Brahmic script issues that may adversely affect the performance of downstream NLP tasks, and provide the rationale for finite-state design and system implementation details.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SurveyTransliteration

Similar Papers 제목 키워드 기반

Extensions to Brahmic script processing within the Nisaba library: new scripts, languages and utilities

2022-06-01 · LREC 2022 6 · Alexander Gutkin, Cibu Johny, Raiomond Doctor, Lawrence Wolf-Sonkin 외

The Brahmic family of scripts is used to record some of the most spoken languages in the world and is arguably the most diverse family of writing systems. In this work, we present several substantial extensions to Brahmi…

Transliteration

Beyond Arabic: Software for Perso-Arabic Script Manipulation

2023-01-26 · Alexander Gutkin, Cibu Johny, Raiomond Doctor, Brian Roark 외

This paper presents an open-source software library that provides a set of finite-state transducer (FST) components and corresponding utilities for manipulating the writing systems of languages that use the Perso-Arabic …

Transliteration

Positional Description for Numerical Normalization

2024-08-22 · Deepanshu Gupta, Javier Latorre

We present a Positional Description Scheme (PDS) tailored for digit sequences, integrating placeholder value information for each digit. Given the structural limitations of subword tokenization algorithms, language model…

speech-recognitionSpeech RecognitionText Normalizationtext-to-speech+1

Latin script keyboards for South Asian languages with finite-state normalization

2019-09-01 · WS 2019 9 · Lawrence Wolf-Sonkin, Vlad Schogol, Brian Roark, Michael Riley

The use of the Latin script for text entry of South Asian languages is common, even though there is no standard orthography for these languages in the script. We explore several compact finite-state architectures that pe…

Transliteration

A Case Against Implicit Standards: Homophone Normalization in Machine Translation for Languages that use the Ge'ez Script

2025-07-20 · Hellina Hailu Nigatu, Atnafu Lambebo Tonja, Henok Biadglign Ademtew, Hizkel Mitiku Alemayehu 외 arxiv

Homophone normalization, where characters that have the same sound in a writing script are mapped to one character, is a pre-processing step applied in Amharic Natural Language Processing (NLP) literature. While this may…

Cross-Lingual TransferMachine TranslationTransfer Learning