• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H20-Jan-2007-8,1377,185

include/H03-May-2022-6,1414,497

lib/H03-May-2022-6,2714,718

src/H03-May-2022-3,2242,699

AUTHORSH A D30-Nov-2006103 74

COPYINGH A D14-Nov-20061.6 KiB3226

ChangeLogH A D18-Dec-2006438 107

INSTALLH A D18-Dec-200612.3 KiB313235

LICENSEH A D14-Nov-20061.6 KiB3226

Makefile.amH A D18-Dec-2006114 32

Makefile.inH A D20-Jan-200717.8 KiB570497

NEWSH A D30-Nov-20060

READMEH A D12-Dec-20064 KiB10271

acinclude.m4H A D14-Nov-20069.3 KiB334301

aclocal.m4H A D20-Jan-200737.6 KiB1,022884

compileH A D29-Apr-20053.6 KiB13772

config.h.inH A D20-Jan-20072.2 KiB8758

configureH A D20-Jan-2007169.9 KiB5,7564,649

configure.acH A D20-Jan-20071.8 KiB7552

depcompH A D29-Apr-200514.8 KiB523330

install-shH A D29-Apr-20059 KiB323188

missingH A D29-Apr-200510.4 KiB361270

README

1
2		This is the README file for WordNet 3.0
3
41. About WordNet
5
6WordNet was developed at Princeton University's Cognitive Science
7Laboratory under the direction of George Miller, James S. McDonnell
8Distinguished University Professor of Psychology, Emeritus. Over the
9years many linguists, lexicographers, students, and software engineers
10have contributed to the project.
11
12WordNet is an online lexical reference system.  Word forms in WordNet
13are represented in their familiar orthography; word meanings are
14represented by synonym sets (synsets) - lists of synonymous word forms
15that are interchangeable in some context.  Two kinds of relations are
16recognized: lexical and semantic.  Lexical relations hold between word
17forms; semantic relations hold between word meanings.
18
19To learn more about WordNet, the book "WordNet: An Electronic Lexical
20Database," containing an updated version of "Five Papers on WordNet"
21and additional papers by WordNet users, is available from MIT Press:
22
23    http://mitpress.mit.edu/book-home.tcl?isbn=026206197X
24
252. The WordNet Web Site
26
27We maintain a Web site at:
28
29http://wordnet.princeton.edu
30
31Information about WordNet, access to our online interface, and the
32various WordNet packages that you can download are available from our
33web site.  All of the software documentation is available online, as
34well as a FAQ.  On this site we also have information about other
35applications that use WordNet. If you have an application that you
36would like included, please send e-mail to the above address.
37
383. Contacting Us
39
40Ongoing deveopment work and WordNet related projects are done by a
41small group of researchers, lexicographers, and systems programmers.
42Since our resources are VERY limited, we request that you please
43confine correspondence to WordNet topics only.  Please check the
44documentation, FAQ, and other resources for the answer to your
45question or problem before contacting us.
46
47If you have trouble installing or downloading WordNet, have a bug to
48report, or any other problem, please refer to the online FAQ file
49first.  If you can heal thyself, please do so.  The FAQ will be
50updated over time.  And if you do find a previously unreported
51problem, please use our Bug Report Form:
52
53http://wordnet.princeton.edu/cgi-bin/bugsubmit.pl
54
55When reporting a problem, please be as specific as possible, stating
56the computer platform you are using, which interface you are using,
57and the exact error.  The more details you can provide, the more
58likely it is that you will get an answer.
59
60There is a WordNet user discussion group mailing list that we invite
61our users to join.  Users use this list to ask questions of one
62another, announce extensions to WordNet that they've developed, and
63other topics of general usefulness to the user community.
64
65Information on joining the user discussion list, reporting bugs and other
66contact information is in found on our website at:
67
68http://wordnet.princeton.edu/contact
69
704. Current Release
71
72WordNet Version 3.0 is the latest version available for download.  Two
73basic database packages are available - one for Windows and one for
74Unix platforms (including Mac OS X).  See the file ChangeLog (Unix) or
75CHANGES.txt (Windows) for a list of changes from previous versions.
76
77WordNet packages can either be downloaded from our web site via:
78
79http://wordnet.princeton.edu/obtain
80
81The Windows package is a self-extracting archive that installs itself
82when you double-click on it.
83
84Beginning with Version 2.1, we changed the Unix package to a GNU Autotools
85package.  The WordNet browser makes use of the open source Tcl and Tk
86packages. Many systems come with either or both pre-installed.  If
87your system doesn't (some systems have Tcl installed, but not Tk)
88Tcl/Tk can be downloaded from:
89
90http://www.tcl.tk/
91
92Tcl and Tk must be installed BEFORE you compile WordNet. You must also
93have a C compiler before installing Tcl/Tk or WordNet.  WordNet has
94been built and tested with the GNU gcc compiler.  This is
95pre-installed on most Unix systems, and can be downloaded from:
96
97http://gcc.gnu.org/
98
99See the file INSTALL for detailed WordNet installation instructions.
100
101
102