Skip to content

Various examples to showcase the functionality of PSL.

Notifications You must be signed in to change notification settings

quantiply/psl-examples

 
 

Repository files navigation

PSL Examples

Various examples to showcase the functionality of PSL.

Each experiment will generally have the following structure:

   <experiment>
   ├── cli
   │   ├── <experiment>.data
   │   ├── <experiment>.psl
   │   └── run.sh
   ├── groovy
   │   ├── pom.xml
   │   ├── run.sh
   │   └── src
   ├── data
   │   └── fetchData.sh
   └── README.md

The data directory will be where the data for each experiment will be downloaded and extracted. Every other directory will be a different interface through which you can run PSL. Each inference directory will contain a run.sh script that will handle all the data/dependency fetching and running the example.

About

Various examples to showcase the functionality of PSL.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 59.5%
  • Shell 38.2%
  • Java 2.3%