1.1.0 • Published 10 months ago

yazim-hatasi-duzeltme v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Yazım hatası düzeltici

Girilen hatalı keliemeleri düzeltip, hatasız kelimeleri (tıpa tıp aynı kelime bulundu ise) işleme sokmadan geri döndürür.

Örnek kod:

const correcter = require('yazim-hatasi-duzeltme')
correcter('keliöe') // => [ 'kelime' ]
correcter('yprgun', 'yqramaz', 'yaaramaz') // => [ 'yorgun', 'yaramaz', 'yaramaz' ]
correcter('yaramaz') // => [ 'yaramaz' ]
1.1.0

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago