CLAIFeb 22, 2022

Evaluating Persian Tokenizers

arXiv:2202.10879v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for precise tokenizers in Persian NLP, which is crucial due to language-specific issues like half-spaces, but it is incremental as it compares and improves upon existing methods.

The paper tackled the challenge of tokenization for Persian NLP by evaluating existing tokenizers on Persian texts, finding that a hybrid version of Farsi Verb and Hazm with bounded morphemes fixing achieved the best performance with an F1 score of 98.97%.

Tokenization plays a significant role in the process of lexical analysis. Tokens become the input for other natural language processing tasks, like semantic parsing and language modeling. Natural Language Processing in Persian is challenging due to Persian's exceptional cases, such as half-spaces. Thus, it is crucial to have a precise tokenizer for Persian. This article provides a novel work by introducing the most widely used tokenizers for Persian and comparing and evaluating their performance on Persian texts using a simple algorithm with a pre-tagged Persian dependency dataset. After evaluating tokenizers with the F1-Score, the hybrid version of the Farsi Verb and Hazm with bounded morphemes fixing showed the best performance with an F1 score of 98.97%.

Foundations

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

Your Notes