Skip to content

Named entity recognition (NER) seeks to locate and classify named entities in text into pre-defined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages

License

Notifications You must be signed in to change notification settings

gauravc95/Named-Entity-Recognition-NER-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The prerequisites libraries for Named Entity Recognition(NER) project are:

  • Python3
  • NodeJs
  • spaCy
  • Tensorflow

Run following commands to get the app running:

  • make install FRONTEND=vue-frontend BACKEND=flask-backend
  • make start FRONTEND=vue-frontend BACKEND=flask-backend

Access the application in your browser by visiting http://localhost:8080

UI Screenshots

NER Extraction

alt text

NER Extraction with POS tag

alt text

About

Named entity recognition (NER) seeks to locate and classify named entities in text into pre-defined categories such as the names of persons, organizations, locations, expressions of times, quantities, monetary values, percentages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published