Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37885498
en ru br
ALT Linux repos
S:3.0-alt9
5.0: 3.0-alt4
4.1: 3.0-alt2
4.0: 2.1-alt2
3.0: 2.0-alt1

Group :: Text tools
RPM: wordnet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: wordnet-3.0-alt-DICTDIR.patch
Download


--- WordNet/include/wn.h
+++ WordNet/include/wn.h
@@ -27,9 +27,11 @@
 #define VRBIDXFILE	"%s\\sentidx.vrb"
 #define CNTLISTFILE     "%s\\cntlist.rev"
 #else
+#ifndef DICTDIR
 #define DICTDIR         "/dict"
+#endif
 #ifndef DEFAULTPATH
-#define DEFAULTPATH	"/usr/local/WordNet-3.0/dict"
+#define DEFAULTPATH	"/usr/share/wordnet/dict"
 #endif
 #define DATAFILE	"%s/data.%s"
 #define INDEXFILE	"%s/index.%s"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin