The Inexact GUI is an application developed in Java that allow the users execute fuzzy queries or queries by example using a friendly interface.
In the moment, this GUI don't offer the hybrid queries or, in other words, an inteface to execute hybrid queries.
The queries that you define can be saved and loaded in the same format that the inexact library read to execute queries. It allow you reuse the configuration generated on the GUI and save time when building the XML for inexact library.
Download Inexact GUI and see better what the application offer to you.
The release of the inexact library and inexact test are available to donwload.
A new release is available.
The features added to this version are:
- Added the triangular fuzzy set format.
- Added the option to use hedges in the predicate of the fuzzy expression.
The hedges available are:
- Very
- Extremely
- Somewhat
- Added the fuzzy operator NOT in the predicates elements.
- Added a new retrieval processor called Hybrid Query. This processor allow to process a fuzzy query
(equal to the FUzzyQueryProcessor), a query by example (equal to the QueryByExampleProcessor) and the both together in a same fuzzy expression.... read more
The release 1.1 is avaliable with the following changes:
- Added the feeature to order results (desc or asc).
- Fixed the fuzzy set sigmoidal to use other equation.
- Changed some parameters used in the inexact-test and translated the information contained in the test to english language.
The first version was released with the library of information fuzzy retrieval and some examples of how to use this library.