FreeBSD.software
Home/textproc/p5-Lingua-EN-NamedEntity

p5-Lingua-EN-NamedEntity

1.93

Basic Named Entity Extraction algorithm

"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.

Origin: textproc/p5-Lingua-EN-NamedEntity
Category: textproc
Size: 5.00MiB
License: ART10, GPLv1+
Maintainer: perl@FreeBSD.org
Dependencies: 2 packages
Required by: 0 packages
$pkg install p5-Lingua-EN-NamedEntity

Dependencies (2)

More in textproc