| Package | Description |
|---|---|
| com.wcohen.ss.lookup |
| Modifier and Type | Class and Description |
|---|---|
class |
RescoringSoftTFIDFDictionary
Wrapper around a SoftTFIDFDictionary that allows you to 'rescore'
the result using an arbitrary StringDistance.
|
class |
SoftTFIDFDictionary
Looks up nearly-matching strings in a dictionary, using SoftTFIDF
distance.
|
| Constructor and Description |
|---|
RescoringSoftTFIDFDictionary(FastLookup inner,
double innerMinScore,
StringDistance rescorer) |
Copyright © 2016. All rights reserved.