Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1022 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 1022 Bytes

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)