Code Monkey home page Code Monkey logo

wildgenie / dynamictranslator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dynamictranslator/dynamictranslator

0.0 3.0 0.0 13.42 MB

Dynamically catches selected texts in any window you on and then translates including words. Dynamic multilanguage dictionary.The Design patterns which it contains Observer Pattern, SOLID, Dependency Inversion with Castle Windsor, Event Oriented Arhitecture, Aspect Oriented Architecture, Asyncronous Programming, DBReeze NoSQL,Unit Of Work Pattern.

Home Page: http://dynamictranslator.com

License: MIT License

C# 100.00%

dynamictranslator's Introduction

DynamicTranslator

Build Status Issue Stats Issue Stats Coverage Status GitHub issues GitHub license Source Browser Coverity Scan Build Status

While you are reading a pdf or something, DynamicTranslator detects selected texts instantly, translates them according to your language choice.

###Latest News DynamicTranslator detects your selected text where the current window/application you on and translates including words/sentences immediately.

*Instantly detect text implemented.

*Google Translate added.

*Language Detection implemented

###In Turkish Bilindiği gibi bazı sözlükler bize api sağlamıyor bu yüzden bu proje tamamiyle windows ortamında sağlıklı ve en hızlı şekilde anlık çeviriyi pop-up yaklaşımıyla çözmeye yönelik bir amaçla yazılmıştır. Bulunduğunuz pencere/pdf veya herhangi birşeyde gezinirken mouse ile seçtiğiniz text'i algılayıp sonrasında, sırasıyla Google Translate, Tureng, Yandex, SesliSozluk'e gidip bulduğu anlamları bir araya getirip size windows notification olarak sunmaktadır.

Seçilen metnin dilini algılar.

###Başvurulan sözlükler

Tureng
Yandex
Sesli Sozluk
Google Translate

Project Information and The Goal

This project provides translation words or sentences while reading and working and any needed time. So, I'm using this while PDF Ebook reading mostly.Project is small but very useful (at least me :)) I hope this useful for you.

C# , WPF

This is a view while translating, the translating is showing via toast notification for translated words. alt-tag

Using

It has an app.config like below. I didn't do any UI implementation yet, i think it's not necessary :), but you can do, then let's contribute !

<appSettings>
    <add key="LeftOffset" value="500" />
    <add key="TopOffset" value="15" />
    <add key="ApiKey" value="" />
    <add key="SearchableCharacterLimit" value="100" />
    <add key="MaxNotifications" value="4" />
    <add key="FromLanguage" value="English" />
    <add key="ToLanguage" value="Turkish" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
</appSettings>

And now; You should go Yandex Api console and get a Translate Api Key and paste it this section.

<add key="ApiKey" value="YOURTRANSLATEAPIKEY" /> 

And you can change any language which allowing by YANDEX Translate system on here.

  <add key="FromLanguage" value="English" />
  <add key="ToLanguage" value="Turkish" />

#İmplemented C# 6.0 and .NET 4.6

dynamictranslator's People

Contributors

osoykan avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.