2021
DOI: 10.11591/eei.v10i4.2410
|View full text |Cite
|
Sign up to set email alerts
|

Spell corrector for Bangla language using Norvig’s algorithm and Jaro-Winkler distance

Abstract: In the online world, especially in the social media platform most of us write without much regard to correct spelling and grammar. The spelling mistakes are much larger in proportion when it comes to Bangla language. In our paper, we presented a method for error detection and correction in Bangla words' spellings. Our system could detect a misspelled Bangla word and provide two following services-suggesting correct spellings for the word and correcting the word. We had used Norvig's algorithm for the purpose b… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2021
2021
2025
2025

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 12 publications
(6 citation statements)
references
References 10 publications
0
5
0
Order By: Relevance
“…The authors did not mention any specific description for the spell checker. Recently in 2021, Ahamed et al [21] proposed a spell corrector for the Bangla language using Norvig's algorithm and Jaro-Winkler distance which can handle specifically typographic errors. In the same year, Noshin Jahan et al [22] proposed a hybrid model for Bangla word error detection correct that is based on bidirectional LSTM and bigram.…”
Section: B Spell Checkermentioning
confidence: 99%
See 2 more Smart Citations
“…The authors did not mention any specific description for the spell checker. Recently in 2021, Ahamed et al [21] proposed a spell corrector for the Bangla language using Norvig's algorithm and Jaro-Winkler distance which can handle specifically typographic errors. In the same year, Noshin Jahan et al [22] proposed a hybrid model for Bangla word error detection correct that is based on bidirectional LSTM and bigram.…”
Section: B Spell Checkermentioning
confidence: 99%
“…• Limited error detection and suggestions by spell checker: The previous spell checkers including the recent ones ( [20] and [21]) can detect only typographic errors. On the contrary, [22] can detect only real-word errors.…”
Section: Limitations Of Previous Approachesmentioning
confidence: 99%
See 1 more Smart Citation
“…The use of n-grams in this research is due to previous research obtaining reasonably good accuracy and having the ability to detect more than one word in a sentence. In addition, the Jaro Winkler can also run faster processes than the Levenshtein distance algorithm [21,26]. Therefore, this research aims to hybrid Jaro Winker and N-Gram methods to detect and correct writing errors automatically.…”
Section: Introductionmentioning
confidence: 99%
“…Since people often spell the same word in different ways, we have also introduced a word suggestion module. We have obtained the list of suggestions using double metaphone encoding [1]- [3] since the encoding can produce multiple encodings for the same word with different pronunciations, Jaro-Winkler similarity algorithm [4], [5] since the algorithm gives higher accuracy in multi-byte Bangla characters than other similar algorithms and (K-nearest neighbors) K-NN since it gives higher accuracy in suggesting closest Bangla words [6]. The double metaphone encoding method has been used to encode the input into corresponding English letters, the Jaro-Winkler similarity algorithm compares the encodings to determine similarities, and K-NN generates suggestions based on the nearest matches.…”
Section: Introductionmentioning
confidence: 99%