An open API service indexing awesome lists of open source software.

https://github.com/pudochu/turkish-spell-fixer

Javascript code that you can use to correct common abbreviations when messaging.
https://github.com/pudochu/turkish-spell-fixer

Last synced: 7 months ago
JSON representation

Javascript code that you can use to correct common abbreviations when messaging.

Awesome Lists containing this project

README

          

# turkish-spell-fixer

**TR:**
Mesajlaşırken yaygın olarak kullanılan kısaltmaları düzeltmek için kullanabileceğiniz Javascript kodu.


**EN:**
Javascript code that you can use to correct common abbreviations when messaging.

-------------------------------------------------------

**EXAMPLE ENGLISH SPELL LIST:**
```js
let spell_list = [
["helo", "hello"],
["bye", "good bye"],
["byebye", "good bye"],
["wht", "what"]
];
```

-------------------------------------------------------

*Support: https://discord.gg/cortex*


*E-Mail: volkan@cortex.fun*