Skip to content

codingpot/complete-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complete Translation

This project is to translate a document to another language. The initial target is English to Korean. Consider this project is not a whole, but there could be other projects to support this. For instance, the main aim of this project is to inject translated text while preserving the styles into the original document in interleaving manner. It calls APIs to get translated text from NMT(Neural Machine Translation) service. The other project could provide MLOps codebase for NMT, then the endpoint created by that one can be used in this project.

Todo

  • API call to Google Docs
  • Parsing the elements from Google Docs
  • API call to one of any NMT service endpoint
  • Translate the parsed elements (by grouping them in a meaningful manner)
  • Inject the translated text into the orginal(copied)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published