LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-05-2008, 03:34 AM   #1
gaurav pant
Member
 
Registered: Mar 2008
Location: pantnagar/almora,uttaranchal
Posts: 39

Rep: Reputation: 15
how to get english to english dictonary for linux


sir,
i am the student of mca.i have two operating systems in my system
-linux(redhat 4)
-window-xp
i already have a dictonary for window-xp but i can not be able to get english to english dictonary for linux(redhat 4)due to which i am facing many problems.

please suggest best solutions for this problem.
 
Old 03-05-2008, 04:35 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
What is an english to english dictionary?
 
Old 03-05-2008, 11:19 AM   #3
windhair
LQ Newbie
 
Registered: Oct 2005
Posts: 16

Rep: Reputation: 0
try Jalingo, it is a java dictionary platform, you can install many other dictionaries.

Good luck
 
Old 03-05-2008, 11:40 AM   #4
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
jschiwal,

My guess is it is a dictionary in which you type in an English word and it tells you what the same word would be in English.

For example, you type in "dog" and it tells you that in English the correct word is "dog". You type in "house" and it outputs the English equivalent, "house".

Here is my proposed "English to English" dictionary:
Code:
#!/bin/sh
# e2e.sh - Translates a word entered in English into English
echo -n Input an English word:\
read ENGLISH
echo That word translates to \"$ENGLISH\" in English.
Not very useful, but hopefully humorous.

Forrest

p.s. If you want a dictionary that defines English words, try http://www.dict.org

Last edited by forrestt; 03-05-2008 at 11:43 AM.
 
Old 03-05-2008, 12:54 PM   #5
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
As usual Google is your best friend. Unfortunately, afaik there's no free online OUP proper dictionary. It'd be great to have access to it. The annual subscription costs over £200.
Still, you've got hundreds of other websites with online dictionaries.

Last edited by sycamorex; 03-05-2008 at 12:59 PM.
 
Old 03-05-2008, 07:35 PM   #6
marciobarbalho
Member
 
Registered: Dec 2007
Location: Brazil
Distribution: slackware 13
Posts: 151

Rep: Reputation: 30
or maybe you should try this:

http://dictionary.reference.com/
 
Old 03-05-2008, 07:51 PM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
So which dictionary are you using for xp? Linux does have a number of dictionaries but they are mostly the outdated kind (early 20th century). Have you tried stardict or the dictionary search tool that comes with Gnome?
 
Old 03-06-2008, 12:04 AM   #8
indeliblestamp
Member
 
Registered: Feb 2006
Distribution: Fedora
Posts: 341
Blog Entries: 3

Rep: Reputation: 40
KDE has an online dictionary. I don't know the name, but it should be there in Start->Internet->Other. I've bound it to Win+D, and its pretty helpful sometimes.
Otherwise when I'm in front of a browser I just search for "define:difficultword" on google. Bind that to a browser shortcut too.
And I have this in my .emacs to do the same whenever I come across a tough word while browsing textfiles (not very often actually):
Code:
;; Look up definition of word on google. 
;; For more, see http://xahlee.org/emacs/elisp_examples.html
(defun word-definition-lookup ()
"Look up the word under cursor in a browser."
 (interactive)
 (browse-url-lynx-xterm
  (concat "http://www.google.co.in/search?hl=en&q=define%3A"
          (thing-at-point 'word)))
 )
 
Old 04-28-2008, 02:41 AM   #9
gaurav pant
Member
 
Registered: Mar 2008
Location: pantnagar/almora,uttaranchal
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73 View Post
So which dictionary are you using for xp? Linux does have a number of dictionaries but they are mostly the outdated kind (early 20th century). Have you tried stardict or the dictionary search tool that comes with Gnome?

thanks for reply.
i m using Oxford and cambrig both in XP.can any of these run in linux?Perhaps the dictonary which we get with genome searchs the word online.I needs a dictonary which work offline.

Last edited by gaurav pant; 04-28-2008 at 02:45 AM.
 
Old 04-28-2008, 03:15 AM   #10
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
The big problem is that most dictionaries are copyrighted, so it's difficult-to-impossible to include any good ones in a Free distribution. You're mostly limited to outdated public-domain versions, incomplete free compilations, or online sources. If there are any dictionary publishers that produce electronic versions for Linux, I don't know them.

One option you can try is to run something like WordWeb under wine. It seems to run fairly well for me at least.
 
Old 04-28-2008, 03:40 AM   #11
gaurav pant
Member
 
Registered: Mar 2008
Location: pantnagar/almora,uttaranchal
Posts: 39

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by windhair View Post
try Jalingo, it is a java dictionary platform, you can install many other dictionaries.

Good luck
thanks for reply

sorry frnd i can not be able to get what u want to say?
Actually i m a newbie for linux.i have installed redhat 4 in my pc.

i have read some information from web about Jalingo and i have dopwnloded jalingo-setup-0.6.0 and also as u are saying that it a dictionary plateform therefore i have to install some other dictonary to meet out my problem.The same thing is written on that pages.Whether i have to install any other english-to-english dictonary i.e a dictonary in which i type any english word and it will give its meaning.



therefore tell me what should i do now?I have not installed jalingo-setup-0.6.0 software by now.

thanks
 
Old 04-30-2008, 06:29 AM   #12
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
english to english dictionary

'R Dear G,
I suspect you after a thesaurus with similar and dissimilar words. best of luck on t'internet unless you pay for it. A trip to a cheap book store to acquire 'Roget's Thesaurus' might be in order. Old fashioned but effective.

Fred
 
Old 04-30-2008, 10:17 AM   #13
makyo
Member
 
Registered: Aug 2006
Location: Saint Paul, MN, USA
Distribution: {Free,Open}BSD, CentOS, Debian, Fedora, Solaris, SuSE
Posts: 735

Rep: Reputation: 76
Hi.

The project http://stardict.sourceforge.net/ (as mentioned by jay73 earlier) seems to be for downloading dictionaries and software to query them ... cheers, makyo

Last edited by makyo; 04-30-2008 at 07:02 PM. Reason: credit jay73.
 
Old 04-30-2008, 06:23 PM   #14
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
If he wants a thesaurus: http://thesaurus.reference.com/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there English-to-English dictionary in linux? uishen Linux - General 27 06-03-2009 10:36 PM
Way to use a good free English to English Dictionary linbose Linux - Software 6 06-03-2009 10:25 PM
i am looking for a english to english dictionary for RedHat8.0 rddreamz Linux - Software 1 07-10-2004 10:58 AM
Can I have english menu with chinese/english/spanish input? codec Linux - General 9 10-04-2003 07:18 PM
english-english dictionary for linux zozia Linux - Software 4 09-21-2003 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration