English

Newer method of string comparison: the Modified Moving Contracting Window Pattern Algorithm

Data Structures and Algorithms 2016-05-05 v1

Abstract

This paper presents a new algorithm, the Modified Moving Contracting Window Pattern Algorithm (CMCWPM), for the calculation of field similarity. It strongly relies on previous work by Yang et al. (2001), correcting previous work in which characters marked as inaccessible for further pattern matching were not treated as boundaries between subfields, occasionally leading to higher than expected scores of field similarity. A reference Python implementation is provided.

Keywords

Cite

@article{arxiv.1605.01079,
  title  = {Newer method of string comparison: the Modified Moving Contracting Window Pattern Algorithm},
  author = {Tiago Tresoldi},
  journal= {arXiv preprint arXiv:1605.01079},
  year   = {2016}
}

Comments

9 pages, 1 table, 1 source-code listing

R2 v1 2026-06-22T13:52:35.830Z