redraw / sqlite-ner

sqlite tool to extract entities into a new table using spaCy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite-ner

Create a new table with entities extracted from source columns using spaCy NER features.

Install

pip install sqlite-ner

Usage

usage: sqlite-ner [-h] [--model MODEL]
                  db_path table_name source_columns [source_columns ...]

positional arguments:
  db_path
  table_name
  source_columns

optional arguments:
  -h, --help      show this help message and exit
  --model MODEL   spaCy model to use (default: es_core_news_sm)

Try it out!

About

sqlite tool to extract entities into a new table using spaCy


Languages

Language:Python 100.0%