User Manual for py_stringmatching¶
This document shows the users how to install and use the package. To contribute to or further develop the package, see the project website, section “For Contributors and Developers”.
Contents¶
- What is New?
 - Installation
 - Tutorial
- 1. Selecting a Similarity Measure
 - 2. Selecting a Tokenizer Type
 - 3. Creating a Tokenizer Object and Using It to Tokenize the Input Strings
 - 4. Creating a Similarity Measure Object and Using It to Compute a Similarity Score
 - Handling a Large Number of String Pairs
 - Handling Missing Values
 - Adding Prefix and Suffix to the Input String for Qgram Tokenizers
 - Class Hierarchy for Tokenizers and Similarity Measures
 - References
 
 - Tokenizers
 - Similarity Measures