Package com.wcohen.ss.lookup

Interface Summary
FastLookup Interface for SoftTFIDFDictionary and the rescoring variant of it.
 

Class Summary
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.