Skip to content
/ Lexicon Public

An implementation of a Lexicon for word and prefix lookups

Notifications You must be signed in to change notification settings

musi00/Lexicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexicon

Description

This class implements a Lexicon, or word list, in which words and prefixes can be efficiently queried. It uses a Trie (prefix tree) data structure to achieve efficient lookup

About

An implementation of a Lexicon for word and prefix lookups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published