| Interface | Description |
|---|---|
| FastLookup |
Interface for SoftTFIDFDictionary and the rescoring variant of it.
|
| Class | Description |
|---|---|
| RescoringSoftTFIDFDictionary |
Wrapper around a SoftTFIDFDictionary that allows you to 'rescore'
the result using an arbitrary StringDistance.
|
| SoftDictionary |
Looks up nearly-matching strings in a dictionary, using a string distance.
|
| SoftTFIDFDictionary |
Looks up nearly-matching strings in a dictionary, using SoftTFIDF
distance.
|
Copyright © 2016. All rights reserved.