mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2a0e4eb412
WordNet is a powerful lexical reference system that combines aspects of dictionaries and thesauri with current psycholinguistic theories of human lexical memory. It is produced by the Cognitive Science Laboratory at Princeton University, under the direction of Professor George Miller. PR: 17016 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
--- include/wnconsts.h Fri Feb 27 13:54:53 1998
|
|
+++ include/wnconsts.h Sat Feb 26 16:11:51 2000
|
|
@@ -16,2 +16,6 @@
|
|
-#define DEFAULTPATH "/usr/local/wordnet1.6/dict"
|
|
-#define DEFAULTBIN "/usr/local/wordnet1.6/bin"
|
|
+#ifndef DEFAULTPATH
|
|
+#define DEFAULTPATH "/usr/local/share/wordnet-1.6"
|
|
+#endif
|
|
+#ifndef DEFAULTBIN
|
|
+#define DEFAULTBIN "/usr/local/bin"
|
|
+#endif
|