extend-trie
v0.0.4
Published
extend trie functionality for node-trie
Downloads
8
Readme
**Author: Antonio Rivas
##Name: extend-trie ##Information
- A node module which extends from node-trie module: https://github.com/kbjr/node-triethat
- Consist in receive a file and load a trie structure and be able to return a node-word for a given word.
- Also returns the many suffixes for that given word as an array.