https://github.com/yoyicue/omegat-tencent-plugin
This is a plugin to allow OmegaT to source machine translations from Tencent Cloud.
https://github.com/yoyicue/omegat-tencent-plugin
machine-translation omegat tencent-cloud
Last synced: 10 days ago
JSON representation
This is a plugin to allow OmegaT to source machine translations from Tencent Cloud.
- Host: GitHub
- URL: https://github.com/yoyicue/omegat-tencent-plugin
- Owner: yoyicue
- License: gpl-3.0
- Created: 2018-02-25T16:49:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T04:10:21.000Z (over 3 years ago)
- Last Synced: 2023-03-11T15:56:16.238Z (over 3 years ago)
- Topics: machine-translation, omegat, tencent-cloud
- Language: Java
- Homepage: http://fanyi.qq.com/
- Size: 113 KB
- Stars: 35
- Watchers: 4
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OmegaT Tencent Translate plugin
==========================
This is a plugin to allow [OmegaT](http://omegat.org/) to source machine translations from [Tencent Cloud](https://cloud.tencent.com/product/tmt)
**The functionality provided by this plugin is built into OmegaT 4.1.0 and
later. Please uninstall the plugin if you are using this version or later.**
Usage
=====
Before run, Log in to [Tencent Cloud API Key Console](https://console.cloud.tencent.com/cam/capi), create a secretId & scretKey or use an existing secretId & scretKey.
1. Download the ZIP from
[releases](https://github.com/yoyicue/omegat-tencent-plugin/releases) and place it
into one of the **OmegaT plugins folders**. OmegaT plugin should be placed in `C:\Program Files\OmegaT\plugins`(Windows),`~/Library/Preferences/OmegaT/plugins/`(Mac OS X) or `$HOME/.omegat/plugins`(Linux/UNIX), depending on your operating systems.
2. In OmegaT, **configure your secretId & scretKey** in Machine Translation Preferences.
3. In OmegaT, enable **Options > Machine Translate > Tencent Translate**. Translations will
appear in the Machine Translation pane.
Building
========
1. From the top level of the distribution run `./gradlew build`.
2. From the `build/libs/` folder, copy `omegat-tencent-plugin-*.jar`
to one of the OmegaT plugin folders.
License
=======
This project is distributed under the [GNU General Public License,
v3](http://www.gnu.org/licenses/gpl-3.0.html).
This project makes use of the following components:
- [qcloudapi-sdk-java](https://github.com/QcloudApi/qcloudapi-sdk-java/tree/2.0.5) 2.0.5 (License Unknown)