FreeBSD Bugzilla – Attachment 68494 Details for
Bug 100675
New port: textproc/p5-Lingua-EN-NamedEntity Basic Named Entity Extraction algorithm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p5-Lingua-EN-NamedEntity.shar
p5-Lingua-EN-NamedEntity.shar (text/plain), 3.55 KB, created by
tjs
on 2006-07-21 15:50:13 UTC
(
hide
)
Description:
p5-Lingua-EN-NamedEntity.shar
Filename:
MIME Type:
Creator:
tjs
Created:
2006-07-21 15:50:13 UTC
Size:
3.55 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># p5-Lingua-EN-NamedEntity ># p5-Lingua-EN-NamedEntity/Makefile ># p5-Lingua-EN-NamedEntity/distinfo ># p5-Lingua-EN-NamedEntity/pkg-descr ># p5-Lingua-EN-NamedEntity/pkg-plist ># >echo c - p5-Lingua-EN-NamedEntity >mkdir -p p5-Lingua-EN-NamedEntity > /dev/null 2>&1 >echo x - p5-Lingua-EN-NamedEntity/Makefile >sed 's/^X//' >p5-Lingua-EN-NamedEntity/Makefile << 'END-of-p5-Lingua-EN-NamedEntity/Makefile' >X# New ports collection makefile for: p5-Lingua-EN-NamedEntity >X# Date created: 2006-07-21 >X# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= Lingua-EN-NamedEntity >XPORTVERSION= 1.7 >XCATEGORIES= textproc perl5 >XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} >XMASTER_SITE_SUBDIR= Lingua >XPKGNAMEPREFIX= p5- >X >XMAINTAINER= tjs@cdpa.nsysu.edu.tw >XCOMMENT= Basic Named Entity Extraction algorithm >X >XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ >X ${SITE_PERL}/Lingua/Stem/En.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \ >X ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww >XRUN_DEPENDS= ${BUILD_DEPENDS} >X >XPERL_CONFIGURE= yes >X >XMAN3= Lingua::EN::NamedEntity.3 >X >X.include <bsd.port.pre.mk> >X >X.if ${PERL_LEVEL} < 500504 >XIGNORE= requires perl 5.5.4 or later. Install lang/perl5.8 and try again >X.endif >X >X.include <bsd.port.post.mk> >END-of-p5-Lingua-EN-NamedEntity/Makefile >echo x - p5-Lingua-EN-NamedEntity/distinfo >sed 's/^X//' >p5-Lingua-EN-NamedEntity/distinfo << 'END-of-p5-Lingua-EN-NamedEntity/distinfo' >XMD5 (Lingua-EN-NamedEntity-1.7.tar.gz) = 47cb8958c96e6d3d0394d8740d5617e0 >XSHA256 (Lingua-EN-NamedEntity-1.7.tar.gz) = 9f561b59d5a2bd983abaefdd4d5081a40af2d0801ffa60c95a9df836aacf5a04 >XSIZE (Lingua-EN-NamedEntity-1.7.tar.gz) = 21176 >END-of-p5-Lingua-EN-NamedEntity/distinfo >echo x - p5-Lingua-EN-NamedEntity/pkg-descr >sed 's/^X//' >p5-Lingua-EN-NamedEntity/pkg-descr << 'END-of-p5-Lingua-EN-NamedEntity/pkg-descr' >X"Named entities" is the NLP jargon for proper nouns which >Xrepresent people, places, organisations, and so on. >X >XThis module provides a very simple way of extracting these from a text. >XIf we run the "extract_entities" routine on a piece of news coverage of >Xrecent UK political events, we should expect to see it return a list of >Xhash references looking like this: >X >X{ entity => 'Mr Howard', class => 'person', scores => { ... }, }, >X{ entity => 'Ministry of Defence', class => 'organisation', ... }, >X{ entity => 'Oxfordshire', class => 'place', ... }, >X >XThe additional "scores" hash reference in there breaks down the various >Xpossible classes for this entity in an open-ended scale. >X >X >XWWW: http://search.cpan.org/dist/Lingua-EN-NamedEntity/ >END-of-p5-Lingua-EN-NamedEntity/pkg-descr >echo x - p5-Lingua-EN-NamedEntity/pkg-plist >sed 's/^X//' >p5-Lingua-EN-NamedEntity/pkg-plist << 'END-of-p5-Lingua-EN-NamedEntity/pkg-plist' >X%%SITE_PERL%%/Lingua/EN/NamedEntity.pm >X%%SITE_PERL%%/Lingua/EN/NamedEntity/forename >X%%SITE_PERL%%/Lingua/EN/NamedEntity/wordlist >X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/NamedEntity/.packlist >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/NamedEntity >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN >X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua >X@dirrmtry %%SITE_PERL%%/Lingua/EN/NamedEntity >X@dirrmtry %%SITE_PERL%%/Lingua/EN >X@dirrmtry %%SITE_PERL%%/Lingua >END-of-p5-Lingua-EN-NamedEntity/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 100675
: 68494