Skip to content

An undergraduate final year project experimenting with DAWGs (Directed Acyclic Word Graphs) as a representation for word-frequency lexicons. Space and time complexity is optimised as much as possible using both the DAWG and encoding methods. This project has been carried out with the purposes of a spell checker in mind.

Notifications You must be signed in to change notification settings

sophieccc/Word-Frequency-List-Representation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Frequency List Representation

An undergraduate final year project experimenting with DAWGs (Directed Acyclic Word Graphs) as a representation for word-frequency lexicons. Space and time complexity is optimised as much as possible using both the DAWG and encoding methods. This project has been carried out with the purposes of a spell checker in mind.

Original English dataset retreived from https://github.com/hermitdave/FrequencyWords/tree/master/content/2018/en

About

An undergraduate final year project experimenting with DAWGs (Directed Acyclic Word Graphs) as a representation for word-frequency lexicons. Space and time complexity is optimised as much as possible using both the DAWG and encoding methods. This project has been carried out with the purposes of a spell checker in mind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published