Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2005 18:18:29 +0000 (UTC)
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/games/fortune/datfiles limerick
Message-ID:  <200509281818.j8SIITwf042217@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
schweikh    2005-09-28 18:18:29 UTC

  FreeBSD src repository

  Modified files:
    games/fortune/datfiles limerick 
  Log:
  Nuke duplicates found via fuzzy logic:
  - typos
  - different spelling, punctuation, whitespace
  - phonetically similar names
  - words rearranged ("was once" vs "once was" etc)
  
  If a limerick appeared as a single one and as part of a
  double or triple, the singleton was removed.
  
  With a little help from: sort limerick|uniq -d
  This still turns up 20 lines being repeated, but the respective
  limericks are sufficiently unique to leave them in (i.e. most differ
  in at least two lines).
  
  Nuke spaces in front of colons while I'm here.
  
  Revision  Changes    Path
  1.9       +15 -401   src/games/fortune/datfiles/limerick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509281818.j8SIITwf042217>