https://github.com/alextanhongpin/autocomplete
Autocomplete server written in golang
https://github.com/alextanhongpin/autocomplete
auto-complete auto-correct golang
Last synced: about 1 year ago
JSON representation
Autocomplete server written in golang
- Host: GitHub
- URL: https://github.com/alextanhongpin/autocomplete
- Owner: alextanhongpin
- Created: 2018-11-09T01:18:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T10:37:01.000Z (about 6 years ago)
- Last Synced: 2025-01-29T21:54:25.701Z (over 1 year ago)
- Topics: auto-complete, auto-correct, golang
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto-complete & Auto-correct Server
Auto-complete feature using Trie and auto-corect using BK-Tree which uses Damerau-levenshtein as the distance metric.
## Start
```bash
$ go run main.go
```