Skip to content

sepses/semantic-log-parser_templating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-log-parser-templating

Semantic approaches to parse log files

Program creates the instances.stottr

Then execute the following line to create the out.stottr from the templates.stottr

WINDOWS

RUN: PS C:\Users\aekelhart\Documents\TU GIT\semantic-log-parser_templating\input> java -jar .\lutra.jar --library .\templates.stottr --libraryFormat stottr --inputFormat stottr .\instances.stottr --mode expand --fetchMissing > out.stottr

afterwards, run ./ottr.sh (is it possible to run .sh from windows?)

LINUX/UNIX

RUN: java -jar input/lutra.jar --library input/ottr/templates.stottr --libraryFormat stottr --inputFormat stottr input/ottr/instances.stottr --mode expand --fetchMissing > input/ottr/out.ttl

afterwards, run ./ottr.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published