{"id":17677786,"url":"https://github.com/ramenjuniti/julia-pycall-mecab","last_synced_at":"2026-05-03T17:34:43.426Z","repository":{"id":99019171,"uuid":"256931952","full_name":"ramenjuniti/julia-pycall-mecab","owner":"ramenjuniti","description":"JuliaでPyCallを使ってMecabを動かすDockerイメージ","archived":false,"fork":false,"pushed_at":"2020-05-01T17:52:54.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T17:47:49.506Z","etag":null,"topics":["docker","julia","mecab","mecab-ipadic-neologd","python"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ramenjuniti/julia-pycall-mecab","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramenjuniti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-19T06:39:05.000Z","updated_at":"2020-05-01T17:52:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5bf4414-7ee9-4ed6-a17b-9c1d5634da15","html_url":"https://github.com/ramenjuniti/julia-pycall-mecab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ramenjuniti/julia-pycall-mecab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramenjuniti%2Fjulia-pycall-mecab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramenjuniti%2Fjulia-pycall-mecab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramenjuniti%2Fjulia-pycall-mecab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramenjuniti%2Fjulia-pycall-mecab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramenjuniti","download_url":"https://codeload.github.com/ramenjuniti/julia-pycall-mecab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramenjuniti%2Fjulia-pycall-mecab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32578820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","julia","mecab","mecab-ipadic-neologd","python"],"created_at":"2024-10-24T07:41:50.526Z","updated_at":"2026-05-03T17:34:43.406Z","avatar_url":"https://github.com/ramenjuniti.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# julia-pycall-mecab\n\nJuliaでPyCallを使ってMecabを動かすDockerイメージ\n\n辞書は[mecab-ipadic-neologd](https://github.com/neologd/mecab-ipadic-neologd)を利用\n\n## Pull\n\n```\ndocker pull ramenjuniti/julia-pycall-mecab\n```\n\n## Run\n\n* Julia REPL\n    ```\n    docker run -it --rm ramenjuniti/julia-pycall-mecab\n    ```\n\n* コンテナにログイン\n    ```\n    docker run -it --rm ramenjuniti/julia-pycall-mecab /bin/bash\n    ```\n\n* ローカルディレクトリをマウント\n    ```\n    docker run -it --rm -v \"$PWD\":/usr/myapp -w /usr/myapp ramenjuniti/julia-pycall-mecab /bin/bash\n    ```\n\n## example\n\n分かち書き例\n```julia\nusing PyCall\nMeCab = pyimport(\"MeCab\")\ndic = ENV[\"DIC\"]\nmecab = MeCab.Tagger(\"-d $dic -Owakati\")\nprintln(mecab.parse(\"私はラーメンを食べたい。\"))\n\n# 私 は ラーメン を 食べ たい 。\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framenjuniti%2Fjulia-pycall-mecab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framenjuniti%2Fjulia-pycall-mecab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framenjuniti%2Fjulia-pycall-mecab/lists"}