Skip to content

michaelphillips4/language-oddities

Repository files navigation

Language Oddities

This is a fairly simple application to create poems.
It creates grammatically correct nonsense poems.

Inspired by an article by Noam Chomsky on grammar validating meaning.

Overview

The data set it uses to create a poem is in the file SentenceParts.json src/data/SentenceParts.json.
The main program PoemMachine.tsx exports the method createPoem()
It sets the number of lines in the poem between 4 and 10.
It then choses 1 of the 6 sentence formats.
Values from the dataset are then merged into sentence.

Tech stack

It uses react https://react.dev/ using vite https://vitejs.dev/ and type script
It is deployed to AWS using amplify linked to this github account.

I uses the simple css frame work for the style https://simplecss.org/ it is classless and allows you to create smart pages quickly with out the distraction of styles.

About

Attempt to create a random poem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published