5dda FreshPorts -- textproc/p5-Lingua-EN-NamedEntity
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-Lingua-EN-NamedEntity 1.9_1 textproc on this many watch lists=0 search for ports that depend on this port
Basic Named Entity Extraction algorithm

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Jul 2006 04:54:14
Also Listed In: perl5
License: not specified in port


"Named entities" is the NLP jargon for proper nouns which
represent people, places, organisations, and so on.

This module provides a very simple way of extracting these from a text.
If we run the "extract_entities" routine on a piece of news coverage of
recent UK political events, we should expect to see it return a list of
hash references looking like this:

{ entity => 'Mr Howard', class => 'person', scores => { ... }, },
{ entity => 'Ministry of Defence', class => 'organisation', ... },
{ entity => 'Oxfordshire', class => 'place', ... },

The additional "scores" hash reference in there breaks down the various
possible classes for this entity in an open-ended scale.


WWW: http://search.cpan.org/dist/Lingua-EN-NamedEntity/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. textproc/p5-Lingua-Stem
  2. www/p5-libwww
  3. lang/perl5.8
Required To Run:
  1. textproc/p5-Lingua-Stem
  2. www/p5-libwww
  3. archivers/p5-IO-Compress
  4. lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/p5-Lingua-EN-NamedEntity/ && make install clean
To add the package: pkg_add -r p5-Lingua-EN-NamedEntity


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/Lingua/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Lingua/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Lingua/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Lingua/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Lingua/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Lingua/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Lingua/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Lingua/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Lingua/
  11. http://at.cpan.org/modules/by-module/Lingua/
  12. http://backpan.perl.org/modules/by-module/Lingua/
  13. http://cpan.nctu.edu.tw/modules/by-module/Lingua/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Lingua/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Lingua/
  16. http://www.cpan.dk/modules/by-module/Lingua/
  17. http://www.cpan.dk/modules/by-module/Lingua/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Jun 2012 18:42:48
Original commit files touched by this commit  1.9_1
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
04 Jun 2012 16:53:46
Original commit files touched by this commit  1.9_1
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
13 Mar 2012 16:15:36
Original commit files touched by this commit  1.9_1
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  1.9_1
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
03 Jul 2011 14:40:25
Original commit files touched by this commit  1.9_1
ohauer search for other commits by this committer
-remove MD5
21 Sep 2010 07:56:43
Original commit files touched by this commit  1.9_1
  Sanity Test Failure
mm search for other commits by this committer
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
05 Jul 2008 00:19:17
Original commit files touched by this commit  1.9
edwin search for other commits by this committer
[PATCH] textproc/p5-Lingua-EN-NamedEntity: update to 1.9, reset maintainership

        - Update to 1.9
        - Reset maintainership to ports@FreeBSD.org

PR:             ports/125213
Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.7
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:06:22
Original commit files touched by this commit  1.7
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
03 Dec 2006 12:45:59
Original commit files touched by this commit  1.7
demon search for other commits by this committer
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
22 Jul 2006 04:54:01
Original commit files touched by this commit  1.7
clsung search for other commits by this committer
Add p5-Lingua-EN-NamedEntity 1.7, basic Named Entity Extraction
algorithm.

PR:             ports/100675
Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>

Number of commits found: 11

2858
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

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