Skip to content

Vietnamese-Spell-Checker-API using serverless execution environment.

Notifications You must be signed in to change notification settings

vietrux/Vietnamese-Spell-Checker-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vietnamese-Spell-Checker-API

Setup

To continue with this tutorial, you must:

  • Install Wrangler 2.
  • Purchase the Workers Paid plan and enable Durable Objects by logging into the Cloudflare dashboard > Workers > Resources > Durable Objects.

Install wrangler

npm install -g wrangler

Clone the Vietnamese-Spell-Checker-API repository

Open your terminal and clone the Vietnamese-Spell-Checker-API repository:

git clone https://github.com/vietrux/Vietnamese-Spell-Checker-API.git

Authenticate Wrangler

After you have cloned the repository, authenticate Wrangler by running:

wrangler login

Publish your project

When you are ready to deploy your application, run:

wrangler publish

Usage

Sample request:

curl -i -X GET "http://localhost:8787/?content=Xin chaof các bạn"

Sample response:

{
  "result":[
    "chaof"
  ]
}

About

Vietnamese-Spell-Checker-API using serverless execution environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published