Maxime Coste
|
2a9875bd58
|
Use manual lexicographic comparison in RankedMatch::operator<
|
2016-03-28 14:44:49 +01:00 |
|
Maxime Coste
|
c756f8f124
|
Move UsedLetters with RankedMatch
|
2016-03-25 20:38:27 +00:00 |
|
Maxime Coste
|
87704227ad
|
Tweak implementation of subsequence_match_smart_case
Remove use of utf8 iterators and use directly utf8 functions
|
2016-03-24 23:45:56 +00:00 |
|
Maxime Coste
|
ccb53eca42
|
Fix uninitialized value in RankedMatch
|
2016-03-24 22:04:56 +00:00 |
|
Maxime Coste
|
761d316af6
|
Tweak RankedMatch ordering, give priority to prefix matches
|
2016-03-02 13:30:54 +00:00 |
|
Maxime Coste
|
9b70346a00
|
Take subsequence matches index when sorting RankedMatch
|
2016-02-28 23:05:51 +00:00 |
|
Maxime Coste
|
53821be7cc
|
Tweak RankedMatch::operator<
|
2016-02-22 23:07:29 +00:00 |
|
Maxime Coste
|
85a8a0c26d
|
Fix count_word_boundaries_match
|
2016-02-17 23:05:08 +00:00 |
|
Maxime Coste
|
892c3647e4
|
Fix to_lower/to_upper handling to correctly support non unicode chars
require a proper unicode locale setup on the system
Fixes #94
|
2015-11-11 00:21:20 +00:00 |
|
Maxime Coste
|
2bf44b6b49
|
Make word insert completion work better with unicode char
|
2015-10-30 13:57:46 +00:00 |
|
Maxime Coste
|
24043bbffe
|
Use an heuristic based match ranking algorithm inspired by what YouCompleteMe does
|
2015-10-29 13:36:30 +00:00 |
|
Maxime Coste
|
89d22f3335
|
Move more logic into RankedMatch
|
2015-10-27 21:25:18 +00:00 |
|
Maxime Coste
|
c77cb7c777
|
Extract WordDB::RankedWord as RankedMatch in its own file
|
2015-10-22 19:49:08 +01:00 |
|