Skip to content

stevenchalem/universe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universe Today Knowledge Graph Experiment

This is an experiment directed toward building an open-standards knowledge graph based on the content at www.universetoday.com. I am not affiliated with Universe Today except as a member of their Patreon channel.

I am using Universe Today content per its Creative Commons Attribution 4.0 International License.

Quick Start

# Install dependencies
pip install -r requirements.txt

# Test the pipeline
python test_pipeline.py

# Classify all articles (saves to article_topics.json)
python classify_all_articles.py

# Explore classification results
python explore_topics.py

# Run full demo (requires gistCore.ttl)
python pipeline_demo.py

Project Structure

Documentation

Pipeline Scripts

Data Files

What's Working

✅ Topic classification (keyword + LLM modes) ✅ Schema subsetting from gist ontology ✅ Batch corpus classification (~30K articles) ✅ Entity frequency analysis across corpus ✅ People/person name extraction ✅ Pipeline integration 🚧 Entity extraction engine (structured, per-article) 🚧 Relationship extraction 🚧 Entity resolution 🚧 Review interface

See STATUS.md for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors