redraw/sqlite-ner
sqlite tool to extract entities into a new table using spaCy
This tool helps you quickly identify and extract key entities like names, organizations, or locations from text stored in your SQLite database. You provide the database file, the table, and the text columns you want to analyze, and it creates a new table containing the extracted entities. It's designed for data analysts, researchers, or anyone working with textual data in SQLite who needs to pull out structured information.
No commits in the last 6 months.
Use this if you have text data in a SQLite database and need to automatically pull out specific types of information (like names or places) into a separate, structured table for easier analysis.
Not ideal if you need highly customized or domain-specific entity extraction without using a pre-trained spaCy model, or if your text data is not stored in a SQLite database.
Stars
9
Forks
—
Language
Python
License
—
Category
Last pushed
Sep 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/redraw/sqlite-ner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hellohaptik/chatbot_ner
chatbot_ner: Named Entity Recognition for chatbots.
openeventdata/mordecai
Full text geoparsing as a Python library
Rostlab/nalaf
NLP framework in python for entity recognition and relationship extraction
mpuig/spacy-lookup
Named Entity Recognition based on dictionaries
NorskRegnesentral/skweak
skweak: A software toolkit for weak supervision applied to NLP tasks