nmt

View on PyPIReverse Dependencies (0)

0.0.6 nmt-0.0.6-py2.py3-none-any.whl

Wheel Details

Project: nmt
Version: 0.0.6
Filename: nmt-0.0.6-py2.py3-none-any.whl
Download: [link]
Size: 35368
MD5: ccd8f069b5096261f1d6b8468fc4f1ae
SHA256: a6d5ee7dbff9695244bbdb2a2b9f60bcb3fc0c05659efb968d1ca49a0bcddfee
Uploaded: 2021-03-14 16:45:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nmt
Version: 0.0.6
Summary: Neural Machine Translation for NLPIA 2nd Edition
Author: Man Wai Winnie Yeung and Hobson Lane
Author-Email: nlpia[at]totalgood.com
Home-Page: https://github.com/pyscaffold/pyscaffold/
Project-Url: Documentation, https://pyscaffold.org/
License: mit
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Platform: any
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: spacy (>=3.0.0)
Requires-Dist: editdistance
Requires-Dist: h5py
Requires-Dist: ipython
Requires-Dist: jupyter (==1.0.0)
Requires-Dist: pre-commit
Requires-Dist: pyOpenSSL (==19.1.0)
Requires-Dist: PyScaffold (==3.2.3)
Requires-Dist: pytest (==6.0.2)
Requires-Dist: pytest-cov
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2020.1)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: pyzmq (==19.0.2)
Requires-Dist: regex
Requires-Dist: seaborn
Requires-Dist: spacy
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/markdown
[Description omitted; length: 2731 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
nmt/__init__.py sha256=uvdErSe_V2EwozGYhWO8tNHLk6DGckwYbG0w57tVIDQ 363
nmt/inference.py sha256=iwHKQHEulUD_RRVYYtfI_v7XG8Ud6AMAmRTUqVqCcb8 5168
nmt/main.py sha256=jSZvprHOZTnEsFs7rWo0GnPQemddH3xBwhJ2Kw_6MtM 12026
nmt/main_script.py sha256=5Yu3PcCnf6YFtelFlOITiHeRlDGCJKhOxjKP_03963M 7364
nmt/toy_problem.py sha256=wIFTSt32CYH3UP_iiEdweF-GOT0j0pyQtwkQP6CY82I 22916
nmt/training.py sha256=RkSuoShVw4PKvmmoZbohcVmjKC8fHErnZtxlXR5nZ_s 2954
nmt/models/helpers.py sha256=COEyKcUVx7dvoO1lJZmP4kJA8uo3qqMmJ4TJ4iqovks 981
nmt/models/seq2seq.py sha256=7EDx50QaHX9KTATe7RWv1RYIS2kTJomT5a3Lmi6wWP0 7205
nmt/models/modules/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
nmt/models/modules/decoder.py sha256=Wbbe9_IqR_ZJmlQI-3r_D8VqzVGSefptVDwDzV_vtQ4 2393
nmt/models/modules/encoder.py sha256=PNdZbcwV8Zql3WQOpQcQ6nu66DSYhNeB2Joh-DhdMBI 2300
nmt/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
nmt/utils/data_generator.py sha256=DjbXViFHGpW1WkLMd31_W1nOD2Mq2Ozy6weeu8cd8OY 3076
nmt/utils/load_pretrained_model.py sha256=0jFfNF4DrDL3j43yKsMX0_kJBB3tSB1gFccpi0-c3B0 1882
nmt/utils/load_raw_data.py sha256=6X0byxFk68FD0iCzkyO8VNZynJGFVzqFr1PB-uJ_Mt4 2147
nmt/utils/postprocess.py sha256=ib4v-Ka7iWBJiPa-H6NKhafYfN_jCu5nK9j2hBmgNW0 3047
nmt/utils/preprocess.py sha256=KdUdpATW8EBd0sPVnvqe3ALfVsDYjGdMKBQQIS4LLLs 2531
nmt/utils/spacy_language_model.py sha256=f-gm1PpaWm99Zn8Tzvic9RmQaKZjPVZZAmDAv6Pt3nk 5097
nmt/utils/token_intersection.py sha256=1iQ5VpsWNxYkMw40w4nqTuPMAZPGrcVMWI0rGbNTNWk 9900
nmt-0.0.6.dist-info/METADATA sha256=Ncztm5TNjsqh-5ss-m7XL-2_d5juP28ylvTnDdAdaXY 3823
nmt-0.0.6.dist-info/WHEEL sha256=Z-nyYpwrcSqxfdux5Mbn_DQ525iP7J2DG3JgGvOYyTQ 110
nmt-0.0.6.dist-info/entry_points.txt sha256=PIAtSzYC4sYK3TQCI42IONeT2kvPNBC0rOFm8HtD-AE 38
nmt-0.0.6.dist-info/top_level.txt sha256=vFe0O_S8NVdetWlxkuWZLDPWGccksuzUzKPZtj_LDz4 4
nmt-0.0.6.dist-info/RECORD

top_level.txt

nmt

entry_points.txt

nmt = nmt.main:run