An open API service indexing awesome lists of open source software.

https://github.com/arrufat/papago

Unofficial wrapper for Naver Papago Translate
https://github.com/arrufat/papago

go golang korean naver papago translation wrapper-api

Last synced: about 1 month ago
JSON representation

Unofficial wrapper for Naver Papago Translate

Awesome Lists containing this project

README

        

# Naver Papago Translate - unofficial

[official website](https://papago.naver.com/)

A simple wrapper around the web interface of Naver Papago Translate written in Go.

## Installation

``` bash
go get -u github.com/arrufat/papago
```

## Features

Currently, this wrapper supports the following features:

1. Translation in all supported languages.
1. Automatic language detection.
1. Text to Speech generation for a given text.

See the [examples](https://github.com/arrufat/papago/blob/master/examples/) directory to see its usage.