Project

General

Profile

« Previous | Next » 

Revision 37300

added exact match distance

View differences:

Algo.java
27 27
	SortedJaroWinkler,
28 28
	/** The Sorted level2 jaro winkler. */
29 29
	SortedLevel2JaroWinkler,
30
	/** Exact match algo. */
31
	ExactMatch,
30 32
	/** The Null. */
31 33
	Null
32 34
}

Also available in: Unified diff