CLJul 31, 2019

Normalyzing Numeronyms -- A NLP approach

arXiv:1907.13356v2
Originality Synthesis-oriented
AI Analysis

This addresses a domain-specific NLP problem for text processing, but it is incremental as it builds on existing methods like Levenshtein distance and cosine similarity.

The paper tackled the problem of normalizing numeronyms to make them understandable by humans, achieving accuracies of 71% for Bengali and 72% for English.

This paper presents a method to apply Natural Language Processing for normalizing numeronyms to make them understandable by humans. We approach the problem through a two-step mechanism. We make use of the state of the art Levenshtein distance of words. We then apply Cosine Similarity for selection of the normalized text and reach greater accuracy in solving the problem. Our approach garners accuracy figures of 71\% and 72\% for Bengali and English language, respectively.

Foundations

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

Your Notes