Skip to content

rjoberon/web-attribute-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project

This is a small Java-based web application that performs interactive attribute exploration using FCAlib and the Bing search API. Attribute exploration is a method based on Formal Concept Analysis - for an introduction I recommend the book Formal Concept Analysis: Mathematical Foundations by Ganter and Wille (Springer, 1999).

Project Setup

This is a Maven2 project, so downloading it and compiling it with Maven should be straightforward. The resulting WAR file can be deployed on an application server. For testing within Eclipse, the class de.l3s.fca.Server can be used.

Please note that Bing search works only with a valid API key in the file src/main/resources/config.properties which should look like:

web.search.bing.accountKey = PLACE_YOUR_KEY_HERE

Testing

Some JUnit-based tests are provided and can be run by Maven's mvn test.

License

GNU General Public License 3 (see LICENSE file)

About

web-based attribute exploration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published