cr44sh / LS3

Latent Semantic Analysis-based Similarity Search for Process Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LS3

Latent Semantic Analysis-based Similarity Search for Process Models

Description

The LS3 Java API can be used to query process models stored as PNML files. It is developed as part of my doctoral thesis at the Institute AIFB of the Karlsruhe Institute of Technology (KIT). As it is a research prototype, please reference it in your publications as described below.

Code and Used Libraries

An example on how to use the LS3 library can be found here. An already compied version can be downloaded here.

The code is stored as a maven project with pom.xml included for the external library dependencies. The following external libraries are used in the LS3 API:

Citation

If you want to cite this API please use the following reference:

Andreas Schoknecht, Nicolai Fischer, Andreas Oberweis
Process Model Search using Latent Semantic Analysis
[1st International Workshop on Process Querying] (http://processquerying.com/pq2016/) (PQ 2016)

Licensing

Licensed under the GNU General Public License v3.

Copyright 2012 by Andreas Schoknecht andreas_schoknecht@web.de

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Latent Semantic Analysis-based Similarity Search for Process Models

License:GNU General Public License v3.0


Languages

Language:Java 100.0%