66f3 FreshPorts -- textproc/p5-Text-Ngram
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Text-Ngram 0.14 textproc on this many watch lists=0 search for ports that depend on this port
Perl module for n-gram analysis
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Nov 2004 03:34:11
Also Listed In: perl5
License: ART10 GPLv1


Text-Ngram

n-Gram analysis is a field in textual analysis which uses sliding 
window character sequences in order to aid topic analysis, language 
determination and so on. The n-gram spectrum of a document can be 
used to compare and filter documents in multiple languages, prepare 
word prediction networks, and perform spelling correction.

This module provides an efficient XS-based implementation of n-gram
spectrum analysis.

WWW:	http://search.cpan.org/dist/Text-Ngram/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.8
Required To Run:
  1. lang/perl5.8

This port is required by:

for Build for Run

To install the port: cd /usr/ports/textproc/p5-Text-Ngram/ && make install clean
To add the package: pkg_add -r p5-Text-Ngram


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Text/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Text/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Text/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Text/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Text/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Text/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Text/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Text/
  10. http://at.cpan.org/modules/by-module/Text/
  11. http://backpan.perl.org/modules/by-module/Text/
  12. http://cpan.nctu.edu.tw/modules/by-module/Text/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Text/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Text/
  15. http://www.cpan.dk/modules/by-module/Text/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Jan 2012 10:39:48
Original commit files touched by this commit  0.14
culot search for other commits by this committer
- Update to 0.14
- Add LICENSE (Artistic 1 & GPL 1)

Changes:        http://search.cpan.org/dist/Text-Ngram/Changes
12 Dec 2010 21:33:37
Original commit files touched by this commit  0.13
pgollucci search for other commits by this committer
- Update to 0.13
- Remove MD5

With Hat:       perl@
Changes:        http://search.cpan.org/dist/Text-Ngram/Changes
07 Dec 2010 19:35:25
Original commit files touched by this commit  0.12
linimon search for other commits by this committer
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
31 Aug 2010 02:34:13
Original commit files touched by this commit  0.12
pgollucci search for other commits by this committer
- Update to 0.12

PR:             ports/149503
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    maintainer timeout (clsung)
Changes:        http://search.cpan.org/dist/Text-Ngram/Changes
05 Jun 2009 22:58:05
Original commit files touched by this commit  0.11
pgollucci search for other commits by this committer
- Update to 0.11

PR:             ports/134842
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.10
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
08 Sep 2007 01:08:35
Original commit files touched by this commit  0.10
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
30 Jun 2006 00:49:42
Original commit files touched by this commit  0.10
clsung search for other commits by this committer
- update to 0.10
30 Mar 2006 07:09:57
Original commit files touched by this commit  0.09
clsung search for other commits by this committer
- update to 0.09
22 Jan 2006 02:55:05
Original commit files touched by this commit  0.08
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
15 Nov 2005 11:09:45
Original commit files touched by this commit  0.08
clsung search for other commits by this committer
- 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
23 Apr 2005 07:52:08
Original commit files touched by this commit  0.07
clsung search for other commits by this committer
- update to 0.07
- fixed a bug introduced in 0.06
04 Apr 2005 09:41:57
Original commit files touched by this commit  0.06
clsung search for other commits by this committer
- update to 0.06
- from Changes:
  - added pod-coverage.t to the tests directory
04 Nov 2004 03:23:33
Original commit files touched by this commit  0.05
clsung search for other commits by this committer
- 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)

Number of commits found: 14

283a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24568
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days28
new fortnight84
new month172

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0