This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* A port of the Quicksilver string ranking algorithm | |
* | |
* The Quicksilver code is available here. | |
* http://code.google.com/p/blacktree-alchemy/ | |
* http://blacktree-alchemy.googlecode.com/svn/trunk/Crucible/Code/NSString+BLTRRanking.m | |
*/ | |
public class AbbreviationScoring { | |
/** |