1.0.2 • Published 8 months ago

remove-thai-danglings v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Remove Thai Danglings

Remove Thai non-base characters at the beginning of text.

ลบสระลอยข้างหน้าประโยคภาษาไทย

ตัวอย่าง / Usage

import removeThaiDangling from "remove-thai-danglings";
                    ี
                   |
                   V
removeThaiDangling("ีกินข้าวเหนียวไก่ย่าง"); // => "กินข้าวเหนียวไก่ย่าง"

ติดตั้ง / Installation

npm install remove-thai-danglings
yarn add remove-thai-danglings
pnpm add remove-thai-danglings

# or if you love Bun like me!
bun add remove-thai-danglings

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Any contributions you make are greatly appreciated.

Acknowledgments

Thanks PyThaiNLP Team for code base in Python. All of the credits goes to them!

1.0.2

8 months ago

1.0.1

8 months ago