Code Monkey home page Code Monkey logo

Comments (2)

1ec5 avatar 1ec5 commented on May 13, 2024 1

This project is a spell checker, but a spell checker for Vietnamese without diacritics would be extremely lax. Can you describe your use case? Depending on how you intend to use this functionality, it would be more efficient to use a standard regular expression tool to match against the following regular expression:

([BCDGHKLMNPQRSTVX]|[CKNP]H|G[HI]|NGH?|QU|T[HR])(A[IOUY]?|E[OU]?|I[AU]?|IEU?|O[AEO]?|OAY|U[AIOUY]|YA?)[MNPT]|[C]H?|N[GH]

For something stricter, this JavaScript code from AVIM is very good at distinguishing valid from invalid Vietnamese words based on the base letters.

If you just need a tool to strip diacritics from Vietnamese text that has diacritics, then you can run this Python script on the command line.

from hunspell-vi.

chuongmep avatar chuongmep commented on May 13, 2024

thanks for your infomation, I use to add some check spell from resharper plugin, code working perfect.

from hunspell-vi.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.