Fuzzy XML — A fuzzy tree model implementation
Introduction
Fuzzy XML is a Java-based implementation of the fuzzy tree model implementation (described here and here).
Requirements
- Xalan-Java and Xerces2-Java (put the corresponding JARs in your CLASSPATH)
- Qizx/open (put the corresponding JAR in your CLASSPATH)
-
For tree drawing generation, GraphViz (put
dot
in your PATH).
Download
Binary and sources versions are provided under the MIT open source license
Examples of use can be found in the source distribution, in the
com.senellart.pierre.fuzzyxml.demo
package. Feel free
to contact me for any
questions or comments.