Skip to content

I used machine learning to generate novel sentence from a set of text data (corpus). Programmed using Python 3. Spring 2022.

Notifications You must be signed in to change notification settings

jaiperis/textGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

textGenerator

I used machine learning to generate novel sentence from a set of text data (corpus). Programmed using Python 3. I tested the program with Frankenstein and the Game of Thrones script. You can plug in any .txt scripts if you try it. This project was based around natural language processing theory. I used the nltk library to do the processing. I used trigrams to create grammitically-decent sentences. The sentences are made using weighted randomization.

About

I used machine learning to generate novel sentence from a set of text data (corpus). Programmed using Python 3. Spring 2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages