Metadata-Version: 2.1
Name: OpenNMT-tf
Version: 1.25.2
Summary: Neural machine translation and sequence learning using TensorFlow
Home-page: http://opennmt.net
Author: OpenNMT
Author-email: guillaume.klein@systrangroup.com
License: MIT
Project-URL: Documentation, http://opennmt.net/OpenNMT-tf/
Project-URL: Forum, http://forum.opennmt.net/
Project-URL: Gitter, https://gitter.im/OpenNMT/OpenNMT-tf
Project-URL: Source, https://github.com/OpenNMT/OpenNMT-tf/
Keywords: tensorflow opennmt nmt neural machine translation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: rouge (==0.3.1)
Requires-Dist: pyonmttok (<2,>=1.11.0) ; platform_system == "Linux"
Requires-Dist: sacrebleu (==1.*) ; python_version >= "3.0"
Provides-Extra: tensorflow
Requires-Dist: tensorflow (<2,>=1.4.0) ; extra == 'tensorflow'
Provides-Extra: tensorflow_gpu
Requires-Dist: tensorflow-gpu (<2,>=1.4.0) ; extra == 'tensorflow_gpu'
Provides-Extra: tests
Requires-Dist: parameterized ; extra == 'tests'
Requires-Dist: nose2 ; extra == 'tests'

UNKNOWN


