josuesasilva / trias-algorithm

An algorithm for computing triadic conepts which fulfill minimal support constraints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trias-algorithm

An algorithm for computing triadic concepts which fulfill minimal support constraints.

Trias was first described in this paper, more details can be found in the paper

Discovering Shared Conceptualizations in Folksonomies. Robert Jäschke, Andreas Hotho, Christoph Schmitz, Bernhard Ganter, and Gerd Stumme. Web Semantics: Science, Services and Agents on the World Wide Web 6(1):38-53 (February 2008)

Other papers related to Trias can be found on BibSonomy tagged with trias.

compiling

You need git, Java and Maven2 to download and compile the code. Then you can do:

git clone git@github.com:josuesasilva/trias-algorithm.git
cd trias-algorithm
mvn install 

You can find the compiled JAR file in the target folder.

running/developing

Have a look at the wiki pages on usage and implementation.

licensing

Please see the file LICENSE.txt

homepage

https://github.com/rjoberon/trias-algorithm

About

An algorithm for computing triadic conepts which fulfill minimal support constraints.

License:GNU General Public License v2.0


Languages

Language:Java 100.0%