You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/tools/thesaurus
Timothy Pearson 3b6870c6e1
Rename common header files for consistency with class renaming
11 years ago
..
Makefile.am Added old abandoned KDE3 version of koffice 15 years ago
README Added old abandoned KDE3 version of koffice 15 years ago
extract.pl Added old abandoned KDE3 version of koffice 15 years ago
main.cc Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
main.h Rename common header files for consistency with class renaming 11 years ago
thesaurus.txt Fix inadvertent tqt changes. 12 years ago
thesaurustool.desktop Update XDG information in support of bug report 892. 12 years ago

README

README for Thesaurus/WordNet KDataTool
Daniel Naber (daniel.naber@t-online.de), 2001-12-01

For user documentation, click the "Help" button in the thesaurus window

Design Goals:

-Make the data file small, so it can be included in KOffice.
 Make it simple, i.e. don't reinvent functions which are already
 in WordNet.
-Provide access to (almost) all WordNet functions for people
 who have WordNet installed locally

Implementation:

Technically, this is a KDataTool, which means that it will typically
add an action to a context menu, in this case: "Show related words".
You can see this in KWord when you click the right mouse button over
a word or over selected text.

The Thesaurus KDataTool just calls the WordNet binary "wn", which has
to be in your path. The advantage is that there are no dependencies
at compile time, as there would be if we used the WordNet library.
 
See Also:

KDict -- if you don't want to install WordNet locally you can still
use it while you are online