{"id":18439439,"url":"https://github.com/idiap/juicer","last_synced_at":"2025-04-07T21:32:27.669Z","repository":{"id":9031289,"uuid":"10791534","full_name":"idiap/juicer","owner":"idiap","description":"Juicer is a Weighted Finite State Transducer (WFST) based decoder for Automatic Speech Recognition (ASR).","archived":false,"fork":false,"pushed_at":"2015-11-26T16:00:14.000Z","size":633,"stargazers_count":62,"open_issues_count":0,"forks_count":26,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-06T03:04:13.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idiap.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-19T12:34:00.000Z","updated_at":"2025-03-05T08:33:54.000Z","dependencies_parsed_at":"2022-09-01T18:32:13.851Z","dependency_job_id":null,"html_url":"https://github.com/idiap/juicer","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fjuicer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fjuicer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fjuicer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiap%2Fjuicer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idiap","download_url":"https://codeload.github.com/idiap/juicer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247732683,"owners_count":20986901,"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-11-06T06:24:46.828Z","updated_at":"2025-04-07T21:32:22.652Z","avatar_url":"https://github.com/idiap.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Building the Juicer LVCSR Decoder\n=================================\n\nhttp://juicer.amiproject.org/juicer/\n\nBuild with CMake\n----------------\n\nAs of March 2010, the build system is based on CMake.  To build, you\nshould only need to do the following:\n\n cd build\n cp Configure.sh.example Configure.sh\n (edit Configure.sh to suit your environment)\n ./Configure.sh\n make\n make install\n\nRequired Libs\n-------------\nThe following libs need to be built and installed prior to building juicer:\n1. Tracter\n    http://juicer.amiproject.org/tracter/\n2. Torch3\n    http://www.torch.ch/\n\nOptional Libs\n-------------\n1. Intel Integrated Performance Primitives lib (Intel IPP Lib)\n    Juicer can use the Intel IPP Lib for faster GMM calculation. After\n    installing Intel IPP Lib, use the following configure option to activate\n    IPP support:\n    configure --with-ipproot=DIR\n    where DIR is the root directory of the installed IPP lib, usually defined\n    in environment varialbe $IPPROOT\n    eg: configure --with-ipproot=$IPPROOT\n\n2. HTK\n   Juicer can be linked against HTK to use HTK's GMM calculation routines.\n   It will offer compatibility for programs developed with HTK.\n   configure --with-htk-includes=DIR --with-htk-libs=DIR\n   eg.  configure --with-htk-includes=-I/path/to/HTKLib/ \\\n                  --with-htk-libs=\"-L/path/to/HTKLib/ /path/to/HTKLib/HTKLib.a\"\n\n3. A SWIG wrapper for java can be build using:\n   configure --enable-swig=yes\n\n\nBuilding Juicer\n---------------\nIf you got juicer as a tarball then it includes a standard gnu build\nenvironment.  Just follow the instructions in INSTALL, although you\nmight wish to use a VPATH build described below.\n\nThen, assuming you want to use this as a working repository, I suggest\nyou use a VPATH style build.  This builds in a separate tree allowing\nseveral parallel builds that don't mess up the source directory:\n\n mkdir build\n cd build\n ../configure CXXFLAGS='-Wall -Os -g' --with-torch3=/path/to/Torch3\n make\n\nThe executables will appear in build/src\n\n\n\n\n\nDocumentation is provided in doxygen form.  From the build directory,\ntype\n\n doxygen\n\nYou can then point a browser at html/index.html\n\nPhil Garner\nDecember 2007\nJanuary 2009\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiap%2Fjuicer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidiap%2Fjuicer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiap%2Fjuicer/lists"}