Extraction of Recurrent Patterns from Stratified Ordered Trees

Abstract

This paper proposes a new algorithm for pattern extraction from Stratified Ordered Trees (SOT). It first describes the SOT data structure that renders possible a representation of structured sequential data. Then it shows how it is possible to extract clusters of similar recurrent patterns from any SOT. The similarity on which our clustering algorithm is based is a generalized edit distance, also described in the paper. The algorithms presented have been tested on text mining: the aim was to detect recurrent syntactical motives in texts drawn from classical literature. Hopefully, this algorithm can be applied to many different fields where data are naturally sequential (e.g. financial data, molecular biology, traces of computation, etc.)

Cite

Text

Ganascia. "Extraction of Recurrent Patterns from Stratified Ordered Trees." European Conference on Machine Learning, 2001. doi:10.1007/3-540-44795-4_15

Markdown

[Ganascia. "Extraction of Recurrent Patterns from Stratified Ordered Trees." European Conference on Machine Learning, 2001.](https://mlanthology.org/ecmlpkdd/2001/ganascia2001ecml-extraction/) doi:10.1007/3-540-44795-4_15

BibTeX

@inproceedings{ganascia2001ecml-extraction,
  title     = {{Extraction of Recurrent Patterns from Stratified Ordered Trees}},
  author    = {Ganascia, Jean-Gabriel},
  booktitle = {European Conference on Machine Learning},
  year      = {2001},
  pages     = {167-178},
  doi       = {10.1007/3-540-44795-4_15},
  url       = {https://mlanthology.org/ecmlpkdd/2001/ganascia2001ecml-extraction/}
}