Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 838 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 838 Bytes

MESS

Multilingual Error based String Similarity measure

This repository is an implementation of the MESS algorithm and further changes therein, as introduced in

Londhe, Nikhil, et al. "MESS: A Multilingual Error based String Similarity measure for transliterated name variants." Proceedings of the 7th Forum for Information Retrieval Evaluation. ACM, 2015.

The MESS framework encodes transliteration errors as "weights" to be used in a distance measure. The library is pre-equipped with over 60 language pairs on transliteration models trained on Named Entities extracted from Wikipedia.

TODO:

  1. Using MESS in your code
  2. Adding pairs using external transliteration models
  3. Solr plugin details etc.

Please cite the paper above if using this library in your work. Please email me ([email protected]) if you have questions.