Skip to content

kmdmnak/mecab-neologd-api

Repository files navigation

Mecab-API

This repository serve mecab api written in Golang and using Neologd Dictionary.

Routes

POST : /proper/count

Content-Type : application/json

Request Body

{
    text : string
}

POST : /proper/extract

Content-Type : application/json

Request Body

{
    text : string
}

Environment

  • PORT : api port (default:3000).

Build

You can use docker to deploy API server.

docker-compose up -d mecab-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors