{"id":16683613,"url":"https://github.com/yamachu/julius4seg","last_synced_at":"2025-04-09T23:24:54.504Z","repository":{"id":79718978,"uuid":"122207788","full_name":"yamachu/julius4seg","owner":"yamachu","description":"Juliusを使ったセグメンテーション支援ツール","archived":false,"fork":false,"pushed_at":"2020-02-13T15:36:02.000Z","size":253,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T01:13:54.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yamachu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-02-20T14:20:18.000Z","updated_at":"2025-01-02T08:51:15.000Z","dependencies_parsed_at":"2023-03-08T01:15:51.699Z","dependency_job_id":null,"html_url":"https://github.com/yamachu/julius4seg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2Fjulius4seg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2Fjulius4seg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2Fjulius4seg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yamachu%2Fjulius4seg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yamachu","download_url":"https://codeload.github.com/yamachu/julius4seg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127351,"owners_count":21052239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-12T14:25:31.997Z","updated_at":"2025-04-09T23:24:54.493Z","avatar_url":"https://github.com/yamachu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# julius4seg\n\n[Julius Japanese Dictation-kit](https://github.com/julius-speech/dictation-kit)をPythonから叩いている風にするためのスクリプト．\n\ngrammer-kitとsegmentation-kitを足して2で割ったような立ち位置．\n\n## Usage\n\n### Cloneして使う方\n\nsee: https://github.com/yamachu/julius4seg/blob/master/sample/README.md\n\n### Dockerで使う方\n\nsee: https://hub.docker.com/r/yamachu/julius4seg\n\n```sh\n$ docker pull yamachu/julius4seg:latest\n```\n\n#### segmentationしたい方\n\nコマンド例\n\n```sh\n$ docker run --rm -v `pwd`/sample:/tmp yamachu/julius4seg sp-segment /tmp/sample_voice.wav /tmp/sample_kana.txt /tmp/seg.txt\n```\n\n第一引数に `sp-segment` を入れて、その後に続く引数は[sample](https://github.com/yamachu/julius4seg/blob/master/sample/README.md)の `run_segment.py` と同様\n\nファイル入力前提で作られているので、ローカルのディレクトリをマウントして、そのファイルを指定するようにして下さい。\n\n#### silenceを除去したい方\n\nコマンド例\n\n```sh\n$ docker run --rm -v `pwd`/sample:/tmp yamachu/julius4seg sp-remove /tmp/sample_voice.wav /tmp/seg.txt /tmp/out.wav\n```\n\n第一引数に `sp-remove` を入れて、その後に続く引数は[sample](https://github.com/yamachu/julius4seg/blob/master/sample/README.md)の `run_remover.py` と同様\n\n## 注意事項\n\nこのスクリプトを実行するのに依存しているDictation-kitはgit lfsがインストールされていないと音響モデルも一緒にクローンできないため注意．\n\nJuliusの標準的なサポートフォーマットである16kHz, 16bit, monoの音声を対象としている．\n\nmacOSX, Python3.6で動作を確認．\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamachu%2Fjulius4seg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyamachu%2Fjulius4seg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyamachu%2Fjulius4seg/lists"}