Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

This is a simple Japanese morphological analysis API server on docker.

License

Notifications You must be signed in to change notification settings

PiroHiroPiro/docker_template_japanese_morphological_analysis_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Japanese morphological analysis API server on docker

This is a simple Japanese morphological analysis API server on Docker.

Requirement

Usage

Run API server:

$ docker-compose up

GET /parse with q param

$ curl -s -S --get --data-urlencode 'q=きゃりーぱみゅぱみゅ' http://localhost:8080/parse | jq .
{
  "result": [
    {
      "features": [
        "名詞",
        "固有名詞",
        "人名",
        "一般",
        "*",
        "*",
        "きゃりーぱみゅぱみゅ",
        "キャリーパミュパミュ",
        "キャリーパミュパミュ"
      ],
      "surface": "きゃりーぱみゅぱみゅ"
    }
  ]
}

Install

Clone repository:

$ git clone https://github.com/PiroHiroPiro/docker_template_morphological_analysis_api.git
$ cd docker_template_morphological_analysis_api

Build image:

$ docker-compose build

Licence

This software is released under the MIT License, see LICENSE.

Author

Hiroyuki Nishizawa

About

This is a simple Japanese morphological analysis API server on docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published