Skip to content

TrucJ/Vietnamese-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vietnamese-checker

Knowledge about Vietnamese

Vietnamese document

Vietnamese-checker API

POST

POST: https://vietnamese-checker.vercel.app/

Input format:

{
    "text": "Việt"
}

Output format:

{
    "result": true
}

GET

GET: https://vietnamese-checker.vercel.app/word

Replay 'word' to any word you want to check

Output format:

{
    "result": true
}

Example:

curl -X POST https://vietnamese-checker.vercel.app/ --header 'Content-Type: application/json' --data '{"text": "Việt"}'
curl https://vietnamese-checker.vercel.app/Việt

For developer

First, install enviroment

pip install -r requirements.txt

To run demo api, use

python app.py

For run and listen all updation, use

flask --app app.py --debug run

Welcome all pull request ^^

About

A project for checking Vietnamese in a simple way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published