slib-indexer

Simple Index representation

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.sharispe
ArtifactId

ArtifactId

slib-indexer
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

slib-indexer
Simple Index representation
Project URL

Project URL

http://www.semantic-measures-library.org

Download slib-indexer

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.sharispe : slib-graph-model jar 0.9.1
com.github.sharispe : slib-utils jar 0.9.1

Project Modules

There are no modules declared in this project.

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
0.9