https://github.com/passy/triesuggest
Toy program in Haskell using tries to implement some autocompletion stuff
https://github.com/passy/triesuggest
Last synced: over 1 year ago
JSON representation
Toy program in Haskell using tries to implement some autocompletion stuff
- Host: GitHub
- URL: https://github.com/passy/triesuggest
- Owner: passy
- Created: 2013-01-23T21:18:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T20:17:19.000Z (over 13 years ago)
- Last Synced: 2025-02-04T20:45:41.542Z (over 1 year ago)
- Language: Haskell
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TrieSuggest
===========
Programming exercise for [Coding for Interviews](http://codingforinterviews.com/)
implementing a trie-based autocompleter in Haskell. The dictionary is loaded
from `/usr/share/dict/words`. Also, I suck at Haskell, but that was the whole
point of making it.
Licensed under [WTFPL](http://www.wtfpl.net/).
Building
--------
cabal configure
cabal build
dist/build/suggest/suggest