Kishore Nallan
|
c079b22cbd
|
Fix typo in test document harness.
Added better print debugging in the process.
|
2016-08-23 22:37:54 +05:30 |
|
Kishore Nallan
|
e1f4b3d513
|
Constantize arguments, some clean-up code.
|
2016-08-05 18:26:31 -07:00 |
|
Kishore Nallan
|
bb0e7aefb9
|
Rename score to max_score for internal node and leaf structs.
|
2016-06-08 11:26:52 +05:30 |
|
Kishore Nallan
|
80d9f57b7b
|
Code clean-up.
|
2016-05-30 20:13:55 +05:30 |
|
Kishore Nallan
|
b88241d9e9
|
Bug fix: word suggestions were not showing up sorted on their document scores.
Somehow, std::max() on uint16_t does not seem to work. Using a MAX macro.
|
2016-02-21 19:21:20 +05:30 |
|
Kishore Nallan
|
ee77fb4d22
|
Add 2 more external dependencies via git submodule.
|
2016-01-24 14:35:40 +05:30 |
|
Kishore Nallan
|
2dfc31a519
|
Sorting on popularity metric - WIP. Still has bugs.
|
2015-12-29 20:55:50 +05:30 |
|
Kishore Nallan
|
0d1eca8229
|
Move duplicating code to macro.
|
2015-11-29 09:08:39 +05:30 |
|
Kishore Nallan
|
e4a2be3ac3
|
Rewriting fuzzy look-up using incremental levenshtein matrix. WIP.
|
2015-11-28 22:41:26 +05:30 |
|
Kishore Nallan
|
b7dbec8535
|
More bug fixes for fuzzy match.
|
2015-11-26 08:01:08 +05:30 |
|
Kishore Nallan
|
025d3b6bce
|
Fix bugs in fuzzy match.
|
2015-11-26 07:21:01 +05:30 |
|
Kishore Nallan
|
64f53b6420
|
Initial commit. Fuzzy prefix match works.
|
2015-11-10 19:44:44 +05:30 |
|