Back to Index


AppString > AppStringDoc

  1. Common
    1. Introduction
    2. Overview
    3. Contributors

Common

Introduction

This module provides the core functionality for approximate string search. It includes similarity metrics, gram generators and the query class.

Overview

  1. We support the following similarity functions / distance measures:
  1. We support generation of fixed length grams into various C++ containers, with or without positional information. Grams can be strings or hashed strings (hashed to an unsigned int).
  1. The query class contains the query string, similarity measure, similarity threshold, etc.

Contributors