-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limited Vocabulary Writing #108
Comments
Easiest way to upload a simple text file is as a Gist. |
Processing, oh my! |
Thanks ikarth. MichaelPaulukonis, I hope that is a good 'oh my!' |
This is what the raw text looks like:
And I have an excerpt in 50 word vocab and 200 word vocab, linked below: |
When you first mentioned "limited vocabulary" I thought of Dr. Seuss and The Cat in the Hat. Would it be possible to replace the Alternatively, could you use the unicode character black vertical rectangle? That would be pretty f█████g cool! If not, you can ██ ███ ████████! |
I also wanted to something with learning and repetition, so how many times does a word have to be encountered to learn and commit to memory. Unfortunately I couldn't find any good data on this, so abandoned it. If anyone does have any data on learning time/incidence, then I'd love to know more! |
OK just posted my code and the outputted text files to github! Check it out: |
And I have added some PDF versions of the text. Much nicer to look at! |
Not sure how/if I add a completed or preview label... |
PDFs look great! Labels are added by repo owner @dariusk. |
Thanks! |
@DHDPIC Labelled! |
Please, sir, I want some more... words.
My first attempt at NaNoGenMo! I was working on this idea a short while ago and thought it might fit well with NaNoGenMo so giving it a go.
I was struck by some research presented to me on how many words children of certain ages can understand and say. Their understanding exceeds their ability to say; they can only say a few of the words they know. I am not exact on the data (and each child is different) but if I remember correctly a child of 18 months can understand between 50 - 200 words. As a child gets older this number rapidly grows.
So I thought it would be interesting to see what stories would look like when only a few words can be written or understood and the rest left unintelligible. And this seems like something a computer program could work out pretty easily: establish the most popular words in a story and only render the most popular ones, blanking out the remaining.
I have used Charles Dickins' Oliver Twist as my source text, as I thought the line 'Please, sir, I want some more' was an appropriate hook into the concept, as well as being about a child. I found the text on the Project Gutenberg website, and simply stripped out some unnecessary opening and closing legal text.
I used Processing to ingest and process the text and output the new version as a raw text file. I have outputted different versions for a vocabulary of 50, 200, and 1000 words. I will try to use InDesign to try tand make a version easier on the eye!
I'm new to this so will work out how to upload the outputted text, and the source code soon.
Here is the source code, outputted raw text, and PDFs:
https://github.com/DHDPIC/Limited-Vocab-Writing
Any questions or advice please let me know!
Thanks,
David
@DHDPIC
The text was updated successfully, but these errors were encountered: