Skip to content

martinheidegger/kuromoji-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kuromoji-vercel

Vercel API Server that serves kuromoji data.

Starting

This is a simple Nodejs Project:

$ npm install
added 7 packages in 1.582s

$ npm start
Tokenizer built!
Listening for requests.

Usage

Simply send a request like /api/?input=黒文字 and it will return JSON data with the kuromoji information.

Live

You can test this app live on https://kuromoji-vercel.vercel.app/

License

MIT

Releases

No releases published

Packages

No packages published