autocomplete algorithms, papers, strategies, etc

后端 未结 3 623
清酒与你
清酒与你 2020-12-12 17:59

I\'m wondering if anyone has good resources to read or code to experiment for \"autcomplete\"

I would like to know what\'s the theory behind autocompletion, where t

3条回答
  •  独厮守ぢ
    2020-12-12 18:12

    • http://humanized.com/weblog/2007/03/30/what_makes_a_good_autocomplete/ --
    • http://social.msdn.microsoft.com/Forums/en-US/vblanguage/thread/2ccb37b9-c7e1-4113-86ac-ad3d33b4b4b1/ -- in the .Net world
    • A nasty patent on autocompletion approach (still possibly worth reading for the theory) http://www.patentstorm.us/patents/5845300/description.html
    • http://ask.metafilter.com/91068/Fuzzy-text-completion-algorithm for a high level discussion on strategies to take.

提交回复
热议问题