Tagged Questions

9
votes
3answers
3k views

Algorithms for named entity recognition

I would like to use named entity recognition (NER) to find adequate tags for texts in a database. I know there is a Wikipedia article about this and lots of other pages describing NER, I would ...
1
vote
2answers
390 views

How to recognize names from a text using php

I want to extract name(firstnames and lastnames) from a text using php. Example: From text below I want to extract names(in this case Aline Wright and Jesse Wright) Aline Wright is a cancer ...
0
votes
2answers
425 views

Named entity recognition with preset list of names for Python / PHP

I'm trying to process a CSV file that has as in each row a text field with the name of organization and position of an individual within that organization as unstructured text. This field is usually ...