todod.search

Undocumented in source.

Members

Functions

byWord
string[] byWord(string sentence)

Break sentence into words

matchWordToWord
double matchWordToWord(string searchString, string compareWord)

Match word to word and return a weight based on match

weightSearchSentence
double weightSearchSentence(string searchString, string compareSentence)

Search for term(s) in sentence and return a weight based on match

weightTermSentence
double weightTermSentence(string searchString, string compareSentence)

Search for term in sentence and return a weight based on match

Meta