Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjoberon/trias-algorithm
An algorithm for computing triadic conepts which fulfill minimal support constraints.
https://github.com/rjoberon/trias-algorithm
Last synced: 5 days ago
JSON representation
An algorithm for computing triadic conepts which fulfill minimal support constraints.
- Host: GitHub
- URL: https://github.com/rjoberon/trias-algorithm
- Owner: rjoberon
- License: gpl-2.0
- Created: 2013-04-05T06:22:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T07:03:56.000Z (over 11 years ago)
- Last Synced: 2024-08-02T12:42:35.045Z (3 months ago)
- Size: 439 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - rjoberon/trias-algorithm - An algorithm for computing triadic conepts which fulfill minimal support constraints. (others)
README
trias-algorithm
===============An algorithm for computing triadic concepts which fulfill minimal support constraints.
Trias was first described in
[this paper](http://www.bibsonomy.org/bibtex/2797d40e05a48f4343d7695dac87b5870/jaeschke), more details can be found in the paper[Discovering Shared Conceptualizations in Folksonomies](http://www.bibsonomy.org/bibtex/218e8babe208fae2c0342438617b0ec31/jaeschke).
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](http://www.bibsonomy.org/user/jaeschke/trias).
compiling
---------You need git, Java and Maven2 to download and compile the code. Then
you can do:```shell
git clone git://github.com/rjoberon/bibsonomy-tools.git
cd bibsonomy-tools
mvn install
```
You can find the compiled JAR file in the `target` folder.running/developing
------------------Have a look at the wiki pages on [usage](https://github.com/rjoberon/trias-algorithm/wiki/Usage) and [implementation](https://github.com/rjoberon/trias-algorithm/wiki/Implementation).
licensing
---------Please see the file [LICENSE.txt](https://github.com/rjoberon/trias-algorithm/blob/master/LICENSE.txt)
homepage
--------https://github.com/rjoberon/trias-algorithm