dpasse/extr
Named Entity Recognition (NER) and Relation Extraction (RE) library using Regular Expressions
This tool helps you automatically identify specific types of information and the relationships between them within any text. You provide raw text and define the categories and connections you're looking for, and it highlights and extracts entities like names, places, or roles, along with how they relate to each other. It's useful for anyone needing to quickly structure unstructured text data.
Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you need to extract specific pieces of information and their connections from large volumes of text using defined patterns, rather than relying on complex machine learning models.
Not ideal if you need a solution that automatically learns entity types and relationships without explicit rule definition, or if your text data is highly variable and doesn't conform to predictable patterns.
Stars
10
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jun 02, 2023
Commits (30d)
0
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dpasse/extr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davidsbatista/BREDS
"Bootstrapping Relationship Extractors with Distributional Semantics" (Batista et al., 2015) in...
davidsbatista/Snowball
Implementation with some extensions of the paper "Snowball: Extracting Relations from Large...
nicolay-r/AREkit
Document level Attitude and Relation Extraction toolkit (AREkit) for sampling and processing...
plkmo/BERT-Relation-Extraction
PyTorch implementation for "Matching the Blanks: Distributional Similarity for Relation Learning" paper
thunlp/FewRel
A Large-Scale Few-Shot Relation Extraction Dataset