Added KG Topics

This commit is contained in:
JackColquitt 2024-09-10 18:28:05 -07:00
parent 7af32b0eef
commit 977a8019ac
10 changed files with 278 additions and 34 deletions

6
scripts/kg-extract-topics Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.extract.kg.topics import run
run()