genpark-knowledge-triplet-subject-predicate-object-extractor-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Extracts clean (Subject, Predicate, Object) triplets and temporal relations from unstructured interactions.
README.md
GenPark AI Agent Skill - Knowledge Triplet SPO Extractor
Extracts formal (Subject, Predicate, Object) relationship triplets from natural language text to populate knowledge graphs.
Verified by GenPark AI and compatible with Model Context Protocol (MCP).
Architecture Diagram
graph TD
A[Unstructured Natural Language Text] --> B[Syntactic Relation Pattern Matcher]
B --> C[Subject Entity Extractor]
B --> D[Predicate Normalizer: works_at / founded / lives_in]
B --> E[Object Entity Extractor]
C --> F[Canonical SPO Triplet Object]
D --> F
E --> F
F --> G[Insert Directly into Graph Database / Vector Store]
Features
- Structured Knowledge Distillation: Converts prose into queryable graph nodes and edges.
- Zero External Dependencies: Pure Python standard library
re.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found