Skip to content

Find the entities mentioned in text via the Google Cloud Language API

License

Notifications You must be signed in to change notification settings

zohebk/NLP-Entities-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python NLP Entity Recognition

Find the entities mentioned in a text via the Google Cloud Language API

Main function: find_entities(text, max_entities)

Pass in a string of text and receive a list of the entities it mentions.

If you want to use it from the command line

python gcloud_entities.py <text_file> <number_of_entities (optional)>

Example: python gcloud_entities.py example.txt 5

About

Find the entities mentioned in text via the Google Cloud Language API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%