Skip to content

A random sentence generator that uses a map of 'n-grams,' or sequences of n words that appear in a given file

Notifications You must be signed in to change notification settings

jacksonsierra/NGrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGrams

A random sentence generator that uses a map of 'n-grams,' or sequences of n words that appear in a given file. This was a part of the second assignment submitted in Stanford's Programming Abstractions class.

Full spec is included in the repository as 'Assignment_02_ADTs' on pages 8-11, with all of the implementation occurring in Ngrams.cpp.

About

A random sentence generator that uses a map of 'n-grams,' or sequences of n words that appear in a given file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages