Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View syuta's full-sized avatar

syuta syuta

  • classmethod.jp
  • japan
View GitHub Profile
@syuta
syuta / AbbreviationScoring.java
Created June 4, 2011 00:59
Quicksilver string ranking algorithm for Java.
/**
* 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 {
/**