'Train' search engines to understand abbreviations

curious
3StarLounger
Posts: 327
Joined: 25 Jan 2010, 17:36

'Train' search engines to understand abbreviations

Post by curious »

Off the wall question:I often search the etymology of a word and I would like to use 'ety' instead of typing out the whole word.

Is this possible?

Thank you

User avatar
Jay Freedman
Microsoft MVP
Posts: 1320
Joined: 24 May 2013, 15:33
Location: Warminster, PA

Re: 'Train' search engines to understand abbreviations

Post by Jay Freedman »

I'd recommend getting AutoHotKey. Among its many talents, the simplest one is an "autocorrect" function that operates everywhere in Windows. For this example, you would include the following in a text file with an .ahk extension:

Code: Select all

::ety::
(
etymology
)
Either store the file in %appdata%\Microsoft\Windows\Start Menu\Programs\Startup, or store it elsewhere and put a shortcut to the file in the Startup folder.

Any time you type ety and the spacebar, it will be replaced with etymology.

User avatar
HansV
Administrator
Posts: 78594
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: 'Train' search engines to understand abbreviations

Post by HansV »

I was going to mention AutoHotKey too. Alternatively, here some text expansion utilities:

PhraseExpress (free for personal use)
AutoText (commercial)
Best wishes,
Hans

curious
3StarLounger
Posts: 327
Joined: 25 Jan 2010, 17:36

Re: 'Train' search engines to understand abbreviations

Post by curious »

Thank you both for your recommendations and QUICK response!

curious
3StarLounger
Posts: 327
Joined: 25 Jan 2010, 17:36

Re: 'Train' search engines to understand abbreviations

Post by curious »

Gentlemen - I again thank you for your responses. However, I see I didn't make my question clear enough. I want to have an autotext-type feature for Google, Yahoo, etc. Is this available? Thank you

User avatar
HansV
Administrator
Posts: 78594
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: 'Train' search engines to understand abbreviations

Post by HansV »

The utilities that have been mentioned, will work in any application, including Google, Yahoo etc.
Best wishes,
Hans