This repository serve mecab api written in Golang and using Neologd Dictionary.
Content-Type : application/json
Request Body
{
text : string
}
Content-Type : application/json
Request Body
{
text : string
}
- PORT : api port (default:3000).
You can use docker to deploy API server.
docker-compose up -d mecab-api