← Tools

Knowledge Engine

Paste any text. Extract a knowledge graph — concepts, connections, and gaps where ideas should connect but don’t yet.

PASTE TEXT (article, notes, report — anything with ideas)
Loading runtime...
Paste text and press Run.
Everything is free. If this helped → support GUMP

HOW IT WORKS

Splits text into sentences. Extracts significant words. Builds a co-occurrence graph: words in the same sentence are connected. Finds gaps — important concepts that never co-occur. The graph IS the knowledge structure.

INSTALL

pip install begump
from gump.knowledge import extract

g = extract("Your text here...")
print(g['concepts'], g['gaps'])

Your data stays on your machine. No cloud. No API keys.