Skip to main content

Translation Gummy is a magical gadget which enables user to be able to speak and understand other languages.

Project description

Translation-Gummy

header PyPI version GitHub version Execute Translation-Gummy Upload to PyPI license Open in Colab Docker file Documentation twitter badge Qiita badge1 Qiita badge2 website Sponsor Add to Slack

Translation Gummy is a magical gadget which enables user to be able to speak and understand other languages. ※ Supported journals are listed here.

Installation

  1. Install Translation-Gummy (There are two ways to install):
    • Install from PyPI (recommended):
      $ sudo pip install Translation-Gummy
      
    • Alternatively: install Translation-Gummy from the GitHub source:
      $ git clone https://github.com/iwasakishuto/Translation-Gummy.git
      # If you want to use the latest version (under development)
      $ git clone -b develop https://github.com/iwasakishuto/Translation-Gummy.git
      $ cd Translation-Gummy
      $ sudo python setup.py install
      
  2. Install wkhtmltopdf
    • Debian/Ubuntu:
      $ sudo apt-get install wkhtmltopdf
      
    • macOS:
      $ brew install homebrew/cask/wkhtmltopdf
      
  3. Install driver for selenium: Selenium requires a driver to interface with the chosen browser, so please visit the documentation to install it.
    # Example: Chrome
    # visit "chrome://settings/help" to check your chrome version.
    # visit "https://chromedriver.chromium.org/downloads" to check <Suitable.Driver.Version> for your chrome.
    $ wget https://chromedriver.storage.googleapis.com/<Suitable.Driver.Version>/chromedriver_mac64.zip
    $ unzip chromedriver_mac64.zip
    $ mv chromedriver /usr/local/bin/chromedriver
    $ chmod +x /usr/local/bin/chromedriver
    

※ See Docker file or Open in Colab for more specific example.

Pyenv + Poetry

  • Pyenv is a python installation manager.
  • Poetry is a packaging and dependency manager.

I recommend you to use these tools to avoid the chaos of the python environment. See other sites for how to install these tools.

$ pyenv install 3.8.9
$ pyenv local 3.8.9
$ python -V
Python 3.8.9
# For Windows
$ poetry install -E windows
# For the other platform
$ poetry install
$ poetry run gummy-translate "This is a pen." --from-lang en --to-lang ja
$ poetry run gummy-journal "https://www.nature.com/articles/ncb0800_500"

Quick example

  • example notebooks
  • Translation:
    • Python Module:
    >>> from gummy import TranslationGummy
    >>> model = TranslationGummy(translator="deepl", from_lang="en", to_lang="ja")
    [success] local driver can be built.
    [failure] remote driver can't be built.
    DRIVER_TYPE: local
    >>> model.en2ja("This is a pen.")
    DeepLTranslator (query1) 02/30[#-------------------]  6.67% - 2.144[s]   translated: これはペン
    'これはペンです。'
    
    • Command line:
    $ gummy-translate "This is a pen." --from-lang en --to-lang ja
    [success] local driver can be built.
    [failure] remote driver can't be built.
    DRIVER_TYPE: local
    DeepLTranslator (query1) 02/30[#-------------------]  6.67% - 2.185[s]   translated: これはペン
    これはペンです。
    
    • Output gummy-translate
  • Create PDF (with translation)
    • Python Module:
    >>> from gummy import TranslationGummy
    >>> model = TranslationGummy(gateway="utokyo", translator="deepl")
    >>> pdfpath = model.toPDF(url="https://www.nature.com/articles/ncb0800_500", delete_html=True)
    
    • Command line:
    $ gummy-journal "https://www.nature.com/articles/ncb0800_500"
    
    • Output gummy-journal

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Translation-Gummy-4.0.1.tar.gz (73.5 kB view details)

Uploaded Source

Built Distribution

Translation_Gummy-4.0.1-py3-none-any.whl (84.4 kB view details)

Uploaded Python 3

File details

Details for the file Translation-Gummy-4.0.1.tar.gz.

File metadata

  • Download URL: Translation-Gummy-4.0.1.tar.gz
  • Upload date:
  • Size: 73.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.8.12 Linux/5.13.0-1022-azure

File hashes

Hashes for Translation-Gummy-4.0.1.tar.gz
Algorithm Hash digest
SHA256 acdd4196b42923f7cc39b815a193ac6284fd8d1b71aaf263005416bd48ddfb79
MD5 4653ded18a82a3bc5d8aaee2728269ca
BLAKE2b-256 3421281d217c3566daeb51dafd40530d806b9d56d6b8f5bcfb66cfade74346f8

See more details on using hashes here.

File details

Details for the file Translation_Gummy-4.0.1-py3-none-any.whl.

File metadata

  • Download URL: Translation_Gummy-4.0.1-py3-none-any.whl
  • Upload date:
  • Size: 84.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.8.12 Linux/5.13.0-1022-azure

File hashes

Hashes for Translation_Gummy-4.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a8afaafefa8eb6ffd298b184557d7c40cc1be9294384031994537789506a737d
MD5 b5fa96bddfe4cdd3c90657793012acab
BLAKE2b-256 1de950d1bcd4813f21cb8ede017ca6d56d5ce83094c9f833f267b9e667e1d93f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page