msg-systems/holmes-extractor
Information extraction from English and German texts based on predicate logic
This tool helps extract specific pieces of information or topics from English and German text documents, such as news articles, reports, or customer interactions. You input text and define what you're looking for, and it provides structured data or identifies relevant passages. It's ideal for analysts, researchers, or anyone needing to quickly pinpoint key details or themes across large volumes of text.
394 stars. No commits in the last 6 months.
Use this if you need to systematically pull out facts, relationships (like 'Company A acquired Company B'), or identify documents related to a specific topic or query from a collection of texts.
Not ideal if you need to extract information from languages other than English or German, or if your primary goal is simple keyword search without deeper semantic understanding.
Stars
394
Forks
38
Language
Python
License
MIT
Category
Last pushed
Jul 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/msg-systems/holmes-extractor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chakki-works/seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
jbesomi/texthero
Text preprocessing, representation and visualization from zero to hero.
hamelsmu/ktext
Utilities for preprocessing text for deep learning with Keras
asahi417/tner
Language model fine-tuning on NER with an easy interface and cross-domain evaluation. "T-NER: An...