Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-23[search] Remove some asserts due to very long names splitted for tokens.vng
2015-09-23[search] Fix scoring routine for matched keywords.vng
2015-09-23Remove useless entities and includes.vng
2015-09-23[search] Allow to specify string array in KeywordMatcher constructor.Yury Melnichek
2015-09-23[search] New, simpler KeywordMatcher.Yury Melnichek
2015-09-23Rename string_search_utils.hpp -> search_string_utils.hppYury Melnichek
2015-09-23[search] Move search/delimeters.?pp -> indexer/search_delimiters.?ppYury Melnichek
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Remove indexer -> search dependency.Yury Melnichek
2015-09-23[search] Factor out approximate string matching and stop using it. There will...Yury Melnichek
2015-09-23[search] Integrate search of a trie into main code. Not finished!Yury Melnichek
2015-09-23[search] Use vector of pointers in KeywordMatcher to avoid copying the keywor...Yury Melnichek
2015-09-23[search] No-op: fix type in a variable name.Yury Melnichek
2015-09-23[search] Tweak name match scoring.Yury Melnichek
2015-09-23[search] Fix logic to select feature name.Yury Melnichek
2015-09-23Fixed VS runtime error with empty &vector[0]Alex Zolotarev
2015-09-23[search] Factor out SplitAndNormalizeAndSimplifyString().Yury Melnichek
2015-09-23[search] Output name with the best prefix match.Yury Melnichek
2015-09-23Add conversion to lower case to the search.Yury Melnichek
2015-09-23Refactored and improved search: approximate matching and splitting feature na...Yury Melnichek