slib

Slib is a JAVA library dedicated to semantic data analysis. The project currently focuses on semantic data represented as semantic graphs (networks). The Semantic Measures Library (SML) is a sub-project of the Slib.

License

License

GroupId

GroupId

com.github.sharispe
ArtifactId

ArtifactId

slib
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

pom
Description

Description

slib
Slib is a JAVA library dedicated to semantic data analysis. The project currently focuses on semantic data represented as semantic graphs (networks). The Semantic Measures Library (SML) is a sub-project of the Slib.
Project URL

Project URL

http://www.semantic-measures-library.org
Source Code Management

Source Code Management

http://github.com/sharispe/slib

Download slib

Filename Size
slib-0.9.1.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sharispe/slib/ -->
<dependency>
    <groupId>com.github.sharispe</groupId>
    <artifactId>slib</artifactId>
    <version>0.9.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sharispe/slib/
implementation 'com.github.sharispe:slib:0.9.1'
// https://jarcasting.com/artifacts/com.github.sharispe/slib/
implementation ("com.github.sharispe:slib:0.9.1")
'com.github.sharispe:slib:pom:0.9.1'
<dependency org="com.github.sharispe" name="slib" rev="0.9.1">
  <artifact name="slib" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sharispe', module='slib', version='0.9.1')
)
libraryDependencies += "com.github.sharispe" % "slib" % "0.9.1"
[com.github.sharispe/slib "0.9.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • slib-utils
  • slib-tools
  • slib-indexer
  • slib-sml
  • slib-examples
  • slib-dist
  • slib-graph

Slib

Slib is a JAVA library dedicated to semantic data mining based on texts and/or ontology processing. The library is composed of various modules dedicated to specific treatments - they can be used in the context of information retrieval, data analysis, recommendation system design...

  • slib-sml, the module dedicated to The Semantic Measures Library (SML), a library dedicated to semantic measures (similarity/relatedness) computation, evaluation and analysis. See dedicated web site: http://www.semantic-measures-library.org for more information on both semantic measures and this module.

  • slib-graph a simple in-memory graph engine used to manipulate graphs of URIs - based on on the sesame library (RDF/OWL data loading...). This module provides an easy way to process semantic graphs (e.g. RDF graph) as graphs in which traversal can easily be performed. Numerous algorithms commonly used to process semantic graphs are implemented.

  • slib-tools various command-line tools performing processes on semantic graph/data

    • SML-Toolkit, a command-line tool dedicated to semantic similarity/relatedness computation.
    • Ontofocus, a command-line tool which can be used to perform efficient transitive reductions on potentially large taxonomies.
  • slib-utils SLIB Utility classes

  • slib-indexer Module which provides easy-to-use utility classes for indexing specific datasets.

  • slib-example Source code examples

Licence

Cecill license: a free software license adapted to both international and French legal matters, in the spirit of and retaining compatibility with the GNU General Public License (src: Wikipedia).

Versions

Version
0.9.1