Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271336 - app-dicts/dictd-wn-3.0 version bump
Summary: app-dicts/dictd-wn-3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: http://wordnet.princeton.edu/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 19:15 UTC by Dennis Nezic
Modified: 2016-02-20 10:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Nezic 2009-05-26 19:15:36 UTC
The Wordnet 3.0 dataset has been out for a while, since December 2006. Debian people use a python script written by Sebastian Hagen in 2007 to do the conversion to dictd format, while our older packages use a (more efficient?) C program (wnfilter.c) written by Rickard Faith and last updated in 2003. wnfilter has a small (trivial) sorting bug[1], but otherwise works. (It also has to be run with LC_ALL=C.) My vote is to continue using wnfilter.

[1] In the sprintf statement in the fmt_openindex() function, "sort -df" should be replaced with "sort -df -t $'\t' -k 1,3"

Reproducible: Always

Steps to Reproduce:
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-05-26 19:22:36 UTC

*** This bug has been marked as a duplicate of bug 264276 ***
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2009-05-26 19:23:22 UTC
closed wrong bug
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2016-02-20 10:24:49 UTC
Fixed. Thanks for the timely notice!