Skip to content

SPARQL-Anything/experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For generating synthetic experimental data:

mvn clean install
mvn exec:java  -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="com.github.spiceh2020.sparql.anything.experiment.TestDataCreator" -Dexec.args="[OUT_FOLDER]" 

For computing the statistincs about the number of tokens and distinct tokens within a query

mvn clean install
mvn exec:java  -Dexec.cleanupDaemonThreads=false -Dexec.mainClass="com.github.spiceh2020.sparql.anything.experiment.ComputeStats"  -Dexec.args="/path/to/experiment/folder" 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published