Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emdneto/trie-app
A simple trie implementation and prefix suggestion application
https://github.com/emdneto/trie-app
Last synced: 1 day ago
JSON representation
A simple trie implementation and prefix suggestion application
- Host: GitHub
- URL: https://github.com/emdneto/trie-app
- Owner: emdneto
- License: unlicense
- Created: 2020-10-29T22:28:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T01:56:23.000Z (7 months ago)
- Last Synced: 2024-04-17T07:28:25.668Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trie-app
A simple trie implementation and prefix suggestion applicationUsage:
```
https://trie-app.herokuapp.com/?string=am&lang=pt&limit=16
```Where:
- string: prefix to be searched;
- limit: number of prefix complete-words that are available;
- lang: language for the string. Use "en" for English prefixes and "pt" for Portuguese prefixes.