NSBPittman / BestHypothesis

Compare user's hypothesis to others and find the best match
0 stars 0 forks source link

Split drop down suggester into MVC #4

Open NSBPittman opened 8 years ago

tobydragon commented 8 years ago

change so the entire string is sent to the suggestor

tobydragon commented 8 years ago

need different suggestors, for simple spelling (like exits) or instead using TFIDF

tobydragon commented 8 years ago

suggestor is responsible for always taking entire string, spell checker suggestor would itself get last word and offer suggestion accordingly.

tobydragon commented 8 years ago

Suggestor interface