Bug 100675 - New port: textproc/p5-Lingua-EN-NamedEntity Basic Named Entity Extraction algorithm
Summary: New port: textproc/p5-Lingua-EN-NamedEntity Basic Named Entity Extraction alg...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-21 15:50 UTC by tjs
Modified: 2006-07-22 05:55 UTC (History)
0 users

See Also:


Attachments
p5-Lingua-EN-NamedEntity.shar (3.55 KB, text/plain)
2006-07-21 15:50 UTC, tjs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2006-07-21 15:50:13 UTC
	"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/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-21 15:50:31 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests)
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-21 15:52:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I like NLP
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-22 05:55:41 UTC
State Changed
From-To: open->closed

New port added. Thank You.