This applet has been implemented by Céline Arnaud and Bastien Rance
Please do not hesitate to contact us : bastien [dot] rance [at] lri [dot] fr
Publication
Christine Froidevaux, Frédérique Lisacek, Bastien Rance Extracting Sequential Nuggets of Knowledge In Proceedings of Database and Expert Systems Applications 2007, DEXA'07, September, to appear, 2007
Using Applet
To use the demo, you have to accept our security certificate.
If you cannot see the "Demo button", you probably need to download Sun Java Machine.
Input file
SNK entry files must respect the following DTD
Example file : example.snk.xml
<!ELEMENT set ( example )+>
<!ELEMENT example ( item )+>
<!ATTLIST example
id CDATA #REQUIRED
>
<!ELEMENT item ( option )*>
<!ATTLIST item
sequential CDATA #REQUIRED
type CDATA #REQUIRED
value CDATA #REQUIRED
order CDATA #IMPLIED
>
<!ELEMENT option EMPTY>
<!ATTLIST option
type CDATA #REQUIRED
value CDATA #REQUIRED
>