Mining Sequential Nuggets of Knowledge
This applet has been implemented by Céline Arnaud and Bastien Rance

You probably need to install Java

Please do not hesitate to contact us : bastien [dot] rance [at] lri [dot] fr

Publication

Using Applet

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
>

Laboratoire de Recherche en Informatique - Equipe de Bioinformatique