pynini
Read-only mirror of Pynini
파일 탐색기
최종 버전 다운로드 (.zip)- BUILD.bazel
- cython.BUILD.bazel
- six.BUILD.bazel
- workspace.bzl
- _pynini.cpp
- _pynini.pyx
- _pywrapfst.cpp
- _pywrapfst.pxd
- _pywrapfst.pyx
- BUILD.bazel
- cdrewrite.h
- cdrewritescript.cc
- cdrewritescript.h
- checkprops.h
- cios.pxd
- cmemory.pxd
- concatrange.h
- concatrangescript.cc
- concatrangescript.h
- cpynini.pxd
- cpywrapfst.pxd
- cross.h
- crossscript.cc
- crossscript.h
- defaults.cc
- defaults.h
- getters.cc
- getters.h
- lenientlycompose.h
- lenientlycomposescript.cc
- lenientlycomposescript.h
- optimize.h
- optimizescript.cc
- optimizescript.h
- paths.h
- pathsscript.cc
- pathsscript.h
- prefix_tree.h
- string-view-fst.h
- stringcompile.cc
- stringcompile.h
- stringcompilescript.cc
- stringcompilescript.h
- stringfile.cc
- stringfile.h
- stringmap.h
- stringmapscript.cc
- stringmapscript.h
- stringprint.h
- stringprintscript.cc
- stringprintscript.h
- stringutil.cc
- stringutil.h
- __init__.py
- BUILD.bazel
- case.py
- chatspeak.py
- chatspeak_model.py
- dates.py
- g2p.py
- numbers.py
- plurals.py
- py.typed
- t9.py
- weather.py
- __init__.py
- BUILD.bazel
- export.py
- grm.py
- grm_example.py
- grm_py_build_defs.bzl
- multi_grm.py
- multi_grm_example.py
- py.typed
- __init__.py
- BUILD.bazel
- byte.py
- edit_transducer.py
- features.py
- paradigms.py
- py.typed
- pynutil.py
- rewrite.py
- rule_cascade.py
- stringfile.py
- tagger.py
- utf8.py
- __init__.py
- __init__.pyi
- BUILD.bazel
- py.typed
- __init__.py
- __init__.pyi
- BUILD.bazel
- py.typed
- make_chatspeak_lm
- BUILD.bazel
- chatspeak_lexicon.tsv
- str.map
- tokenizer_testdata.tsv
- BUILD.bazel
- byte_test.py
- case_test.py
- chatspeak_model_test.py
- chatspeak_test.py
- dates_test.py
- edit_transducer_test.py
- export_test.py
- features_test.py
- g2p_test.py
- grm_test.py
- multi_grm_test.py
- numbers_test.py
- paradigms_test.py
- plurals_test.py
- pynini_test.py
- pynutil_test.py
- rewrite_test.py
- rule_cascade_test.py
- stringfile_test.py
- t9_test.py
- tagger_test.py
- utf8_test.py
- weather_test.py
- BUILD.bazel
- BUILD.tpl
- cython_library.bzl
- python_configure.bzl
- README.md
- variety.tpl
- Dockerfile
- .gitignore
- AUTHORS
- BUILD.bazel
- CONTRIBUTING
- LICENSE
- MANIFEST.in
- NEWS
- pyproject.toml
- README.md
- requirements.txt
- setup.py
- WORKSPACE.bazel
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/kylebgorman/pynini
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd pynini
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -f third_party/Dockerfile -t pynini .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 pynini
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
