aminulislam-ai / csv-ner

Uses Spacy to perform named-entity recognition on specified columns from a CSV file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Named entity recognition in CSVs

A Jupyter notebook that uses https://spacy.io/ to perform named-entity recognition on specified columns from a CSV file. Thoroughly commented and designed for people without much experience working with Python. Should work for any language where Spacy has a model with entity support (Dutch, English, French, German, Greek, Italian, Lithuanian, Norwegian, Spanish, Portuguese, as of October 2019).

About

Uses Spacy to perform named-entity recognition on specified columns from a CSV file

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%