Create random list of words from books
Find a file
2016-08-24 22:18:19 -04:00
Books Add old project to GitHub 2016-08-24 22:10:18 -04:00
CodeAnalysis Add old project to GitHub 2016-08-24 22:10:18 -04:00
Properties Add old project to GitHub 2016-08-24 22:10:18 -04:00
.gitattributes 🎪 Added .gitattributes & .gitignore files 2016-08-24 21:59:50 -04:00
.gitignore Fix ignore path 2016-08-24 22:11:39 -04:00
App.ico Add old project to GitHub 2016-08-24 22:10:18 -04:00
DisposeActionComponent.cs Add old project to GitHub 2016-08-24 22:10:18 -04:00
GlobalSuppressions.cs Add old project to GitHub 2016-08-24 22:10:18 -04:00
LewisMoten.Sentencesmith.snk Add old project to GitHub 2016-08-24 22:10:18 -04:00
Program.cs Add old project to GitHub 2016-08-24 22:10:18 -04:00
readme.md Add details regarding the origins of the code 2016-08-24 22:18:19 -04:00
screenshot.jpg Add details regarding the origins of the code 2016-08-24 22:18:19 -04:00
SentenceCreator.cs Add old project to GitHub 2016-08-24 22:10:18 -04:00
SentenceGeneratorForm.cs Add old project to GitHub 2016-08-24 22:10:18 -04:00
SentenceGeneratorForm.Designer.cs Add old project to GitHub 2016-08-24 22:10:18 -04:00
SentenceGeneratorForm.resx Add old project to GitHub 2016-08-24 22:10:18 -04:00
SentencePart.cs Add old project to GitHub 2016-08-24 22:10:18 -04:00
SentenceSmith.csproj Add old project to GitHub 2016-08-24 22:10:18 -04:00
SentenceSmith.sln Add old project to GitHub 2016-08-24 22:10:18 -04:00
Settings.StyleCop Add old project to GitHub 2016-08-24 22:10:18 -04:00

Book Smith

aka Sentence Smith 2.5

The following is from a Facebook post of mine on March 20, 2012.

Last year I made a program to create a random list of words. I've expanded upon it to create a random list of sentences in a similar manner based on patterns found in books to get a sense of inspiration. So far most information looks silly - grammar and sentence structure are bad. I need to start looking into different types of sentence structure and identifying types of words to increase my chances to get something that makes sense. Project Gutenberg has many books to choose from as text files. None of the sentences generated appear in the books themselves. I may set it up so that no more than a certain number of words may appear in successive order to avoid plagiarism. However, it brings a question up - can copying style and use of words be considered as plagiarism?

Screen Shot