Skip to content

jimtendo/named-entities-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

= Named Entities Finder PHP =

NOTE: This is a modified version of https://github.com/yllus/proper-nouns-php, renamed to satisfy my OCD.

All thanks to him for his fine work.

== Description ==

This class can extract proper nouns from texts.

It takes a text string and can detect which words may be proper nouns of people, entities, etc..

It uses some heuristics like the capitalization of the first word letter, the presence of people title preceeding the nouns, etc..

The class may consider consecutive proper names as a single proper name.

The class assumes English by default but may be configure to work with other idioms.

== Links ==

Home Page: http://webcodingeasy.com/PHP-classes/Find-and-extract-proper-nouns-from-text

Download From: http://ar2rsawseen.users.phpclasses.org/package/6970-PHP-Extract-proper-nouns-from-texts.html

About

Named Entities Finder Class for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages