Metadata-Version: 2.1
Name: rtg
Version: 0.7.1
Summary: Reader Translator Generator(RTG), a Neural Machine Translator(NMT) toolkit based on Pytorch
Home-page: https://isi-nlp.github.io/rtg/
Author: Thamme Gowda
Author-email: tg@isi.edu
License: UNKNOWN
Description: # Reader-Translator-Generator (RTG)  
        [![image](http://img.shields.io/pypi/v/rtg.svg)](https://pypi.python.org/pypi/rtg/)
        
        
        Reader-Translator-Generator (RTG) is a Neural Machine Translation toolkit based on pytorch. 
        
        Documentation: https://isi-nlp.github.io/rtg/
        > for editing/improving docs go to [docs/](docs/index.adoc) directory.
        
        ---------
        
        ### Questions or Issues 
        
        Please use github issues to ask a question or report an issue :
        1. https://github.com/isi-nlp/rtg/issues   (public/ external repo)
        2. https://github.com/isi-nlp/rtg-in/issues (an internal fork, for ISI NLP)
        
        
        ### ACKNOWLEDGEMENTS
        
        * The research is based upon work supported by the Office of the Director of
        National Intelligence (ODNI), Intelligence Advanced Research Projects
        Activity (IARPA), via AFRL Contract #FA8650-17-C-9116.
        The views and conclusions contained herein are those of the authors and
        should not be interpreted as necessarily representing the official policies or
        endorsements, either expressed or implied, of the ODNI, IARPA, or the
        U.S. Government. The U.S. Government is authorized to reproduce and
        distribute reprints for Governmental purposes notwithstanding any
        copyright annotation thereon.
        
        * This material is based on research sponsored by
         Air Force Research Laboratory (AFRL) under agreement number FA8750-19-1-1000.
        The U.S. Government is authorized to reproduce and distribute reprints for
        Government purposes notwithstanding any copyright notation therein.
        
Platform: any
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
