paper-with-me

Papers

Language-Agnostic Syllabification with Neural Sequence Labeling

2019-09-29 · Jacob Krantz, Maxwell Dulin, Paul De Palma

The identification of syllables within phonetic sequences is known as syllabification. This task is thought to play an important role in natural language understanding, speech production, and the development of speech recognition systems. The concept of the syllable is cross-linguistic, though formal definitions are rarely agreed upon, even within a language. In response, data-driven syllabification methods have been developed to learn from syllabified examples. These methods often employ classical machine learning sequence labeling models. In recent years, recurrence-based neural networks have been shown to perform increasingly well for sequence labeling tasks such as named entity recognition (NER), part of speech (POS) tagging, and chunking. We present a novel approach to the syllabification problem which leverages modern neural network techniques. Our network is constructed with long short-term memory (LSTM) cells, a convolutional component, and a conditional random field (CRF) output layer. Existing syllabification approaches are rarely evaluated across multiple language families. To demonstrate cross-linguistic generalizability, we show that the network is competitive with state of the art systems in syllabifying English, Dutch, Italian, French, Manipuri, and Basque datasets.

📄 PDF Abstract BibTeX arXiv:1909.13362

Code (1)

jacobkrantz/lstm-syllabify 공식 구현 tf

Tasks

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language UnderstandingNERPart-Of-Speech TaggingPOSPOS Taggingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Automatic Syllabification for Manipuri language

2016-12-01 · COLING 2016 12 · Loitongbam Gyanendro Singh, Lenin Laitonjam, Sanasam Ranbir Singh

Development of hand crafted rule for syllabifying words of a language is an expensive task. This paper proposes several data-driven methods for automatic syllabification of words written in Manipuri language. Manipuri is…

Automatic Speech Recognition (ASR)SegmentationSpeech RecognitionSpeech Synthesis+1

Syllabification by Phone Categorization

2018-07-15 · Jacob Krantz, Maxwell Dulin, Paul De Palma, Mark VanDam

Syllables play an important role in speech synthesis, speech recognition, and spoken document retrieval. A novel, low cost, and language agnostic approach to dividing words into their corresponding syllables is presented…

Retrievalspeech-recognitionSpeech RecognitionSpeech Synthesis

A Finite State and Rule-based Akshara to Prosodeme (A2P) Converter in Hindi

2017-05-04 · Somnath Roy

This article describes a software module called Akshara to Prosodeme (A2P) converter in Hindi. It converts an input grapheme into prosedeme (sequence of phonemes with the specification of syllable boundaries and prosodic…

On Pronunciations in Wiktionary: Extraction and Experiments on Multilingual Syllabification and Stress Prediction

2021-09-01 · RANLP (BUCC) 2021 9 · Winston Wu, David Yarowsky

We constructed parsers for five non-English editions of Wiktionary, which combined with pronunciations from the English edition, comprises over 5.3 million IPA pronunciations, the largest pronunciation lexicon of its kin…

Design and Implementation of a Tool for Extracting Uzbek Syllables

2023-12-25 · Ulugbek Salaev, Elmurod Kuriyozov, Gayrat Matlatipov

The accurate syllabification of words plays a vital role in various Natural Language Processing applications. Syllabification is a versatile linguistic tool with applications in linguistic research, language technology, …