fuzzyset-0.1.0.0: Fuzzy set for approximate string matching

Safe HaskellNone
LanguageHaskell2010

Data.FuzzySet.Types

Synopsis

Documentation

data GramInfo Source #

Constructors

GramInfo 

Fields

type Size = Int Source #

Type alias for representing gram sizes.

data FuzzySet Source #

Opaque fuzzy string set data type. Use defaultSet, mkSet, or fromList to create FuzzySets.

data GetContext Source #

Constructors

GetContext 

Fields

defaultSet :: FuzzySet Source #

A FuzzySet with the following field values:

{ gramSizeLower  = 2
, gramSizeUpper  = 3
, useLevenshtein = True
, exactSet       = ε
, matchDict      = ε
, items          = ε }