Metadata-Version: 2.1
Name: rtg
Version: 0.5.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
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
Requires-Dist: ruamel.yaml (>=0.17.10)
Requires-Dist: sacrebleu (==1.4.14)
Requires-Dist: sentencepiece (>=0.1.85)
Requires-Dist: tensorboard (>=2.6.0)
Requires-Dist: tqdm (>=4.45.0)
Requires-Dist: mosestokenizer (>=1.0.0)
Requires-Dist: nlcodec (>=0.4.0)
Requires-Dist: torch (>=1.8.0)
Requires-Dist: sacremoses (>=0.0.45)
Requires-Dist: portalocker (>=2.0.0)
Requires-Dist: torchtext (>=0.10.0)
Requires-Dist: pyspark (>=3.0.0)

# Reader-Translator-Generator (RTG)  

Reader-Translator-Generator (RTG) is a Neural Machine Translation toolkit based on pytorch. 

Docs: available under [docs/](docs/index.adoc) directory, which are also rendered in a prettier HTML format at https://isi-nlp.github.io/rtg/    

---------
### Authors:
[See Here](https://github.com/isi-nlp/rtg-xt/graphs/contributors)

### 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 (a fork of rtg internal to ISI NLP)

### Credits / Thanks
+ OpenNMT and the Harvard NLP team for [Annotated transformer](http://nlp.seas.harvard.edu/2018/04/03/attention.html), I learned a lot from their work
+ [My team at USC ISI](https://www.isi.edu/research_groups/nlg/people) for everything else


