Skip to content

Random walk generation on RDF graph - DeepWalk inspired

Notifications You must be signed in to change notification settings

chrisPiemonte/TripWalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trip Walk

Random Walk generation in a RDF graph. It produces paths inside the graph (aka random walks) for each RDF resource. The <numWalks> parameter stands for how many random walks will be generated starting from each resource and the <depth> parameter is the length of each random walk. Each random walk starts and ends on a RDF resource, but relationships are included in between.

Getting Started

  1. Clone this repo:

    git clone https://github.com/chrisPiemonte/TripWalk.git 
    cd TripWalk/

  2. Run:

    sbt assembly

  3. Run da jar:

    java -cp target/scala-2.11/TripWalk.jar Embed <RDF file> <depth> <numWalks> 

About

Random walk generation on RDF graph - DeepWalk inspired

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages