chanoma 0.1.2

chanoma is Characters Normalization library. 文字列正規化処理用のライブラリです。
Documentation
version: '3'
services:
  chanoma:
    build:
      context: .
    volumes:
      - .:/app
  build-wheels-for-python:
    build:
      context: bindings/python3
      dockerfile: Dockerfile
    volumes:
      - ./:/io