1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Cheng-Lung Sung
2bc4becdee - update to 0.10 2006-06-30 00:49:42 +00:00
Cheng-Lung Sung
5a2c063a22 - update to 0.09 2006-03-30 07:09:57 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Cheng-Lung Sung
d93fa79446 - update to 0.08
- fixed a bug (thanks to Greg) that had apparently been
    lurking around since the beginning of times (bug would only
    expose itself whenever the lowercase flag not set, which wouldn't
    happen often, as it probably isn't common to search for case-sensitive
    ngrams); digging deeper to understand the bug, by the way,
    has unleashed a hell of confusion given that the documentation has a
    couple of minor bugs that can become a major PITA in certain
    situations... the module is safe to use if you don't want to
    do major hacks with uppercased ngrams, but another version will
    probably be available soon (for certain values of soon)
  - added tests for behavior with lowercase flag not set
- add SHA256 checksums

PR:		88542
Submitted by:	aaron
2005-11-15 11:09:45 +00:00
Cheng-Lung Sung
3f5f16cce4 - update to 0.07
- fixed a bug introduced in 0.06
2005-04-23 07:52:08 +00:00
Cheng-Lung Sung
051d3c6dba - update to 0.06
- from Changes:
  - added pod-coverage.t to the tests directory
2005-04-04 09:41:56 +00:00
Cheng-Lung Sung
555c7d0e14 - perl extension, basis for n-gram analysis, which is
XS-based implementation of n-gram spectrum analysis.
- currently provide two function: ngram_counts add_to_counts.

Approved by:	co-mentor (vanilla)
2004-11-04 03:23:33 +00:00