AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Automatic translation

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Jiltdijk



Joined: 04 Sep 2006
Posts: 22

PostPosted: Sun Oct 21, 2007 8:55 pm    Post subject: Automatic translation Reply with quote

Dear forum,

I have an idea for a script that would automatically translate a typed word into another language, but I have hardly any idea how to implement this and am not even sure Autohotkey is the most suitable for it.
I'm already using Autohotkey's hotstring function to translate words that I often meet. An example of such a word list would be (English to Dutch):

::book::boek
::table::tafel
::wallet::portemonnee

This works of course, but what I'd really like is a menu to appear when the first characters of a word have been typed, in which suggestions are made for what you are typing (autocomplete) and what the possible translations are. An example:

I'm typing the word "overture". When I'm at the fifth character ("overt"), a menu appears showing the words "overt", "overthrow", "overtime", "overture", etc. I click on "overture", a second menu appears with possible translations, from which I again choose one. This word is inserted in the text.

Has anyone an idea if this is feasable in Autohotkey?

Thanks,
Jilt


Last edited by Jiltdijk on Mon Oct 22, 2007 12:31 pm; edited 2 times in total
Back to top
View user's profile Send private message
BoBoĻ
Guest





PostPosted: Sun Oct 21, 2007 9:33 pm    Post subject: Reply with quote

Quote:
Has anyone an idea if this is feasable in Autohotkey?
Yes, that method is named 'incremental search'. Check the forum for details.
Back to top
Trikster



Joined: 15 Jul 2007
Posts: 1224
Location: Enterprise, Alabama

PostPosted: Sun Oct 21, 2007 9:48 pm    Post subject: Reply with quote

Try This?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group