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).
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
Some JUnit-based tests are provided and can be run by Maven's mvn test
.
GNU General Public License 3 (see LICENSE file)