Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extracting human names from text in NodeJS, NLP

Tags:

node.js

nlp

I am new to NLP using node js and I am trying to figure out NLP libraries that are available to figure out if a word is a human name in a given text.

Any help related to libraries or code samples or any ideas on how to approach this problem in nodeJS is much appreciated.

Thank you.

like image 724
Minions Avatar asked Sep 10 '25 03:09

Minions


1 Answers

You can use compromise NLP library — it can tag PERSON in a text. Note, no NLP library can offer you 100% accuracy!

like image 59
sks Avatar answered Sep 13 '25 08:09

sks