Chrome extension for Spot Translator
Just click and get the translation right below which keeps named entity in the original text.
Install from "Spot Translator" page in Chrome Web Store
-
Hold down Alt key and move the mouse cursor over the desired text to translate.
Then you can see the yellow box that tells you the range of the text.
-
By one click(with Alt), you can see the translation right below the original text
- In other words, you can see the original and the translation at a glance. So simple!
- Above all, the result keeps named entity in the original text. This will help you understand the original text better, especially with many jargon.
-
Currently, support English to Korean and Korean to English translation.
-
Download the "Spot Translator" in Chrome Web Store
-
Get a Naver Papago API key and enter Put it in the extension option.
This extension based on Naver Papago API. So you should
- Get the application
Client ID
andClient Secret
of Naver developers center. - Enter them in this extension option.
- Get the application
For more detailed, see this link.
- In progress...
- Improve NER logic
- Support multi-language
- Apply Google translation supplementary for exceed the usage limit of Naver papago.
- Planning
- Improve response speed
- Apply for pdf
- Improve NER logic
- Make User-defined or domain-specific dictionary function
- Code detection
- Correct postposition after substitution token
-
The main part of the text processing is performed on REST-API server.
-
The text extraction function from HTML is based on the copy-text-without-selecting-chrome of YujiSoftware.