Haiku Validator
haikuvalidator.com
Haiku Validator
1–10 of 34 posts
Re: Haiku Validator
#2You can check the override list at https://haikuvalidator.com/overrides and if you have any suggestions feel free to let me know any words that are broken.
This is my first time making a web app. Hoping that someone finds it fun / useful.
Re: Haiku Validator
#3I need one to test this app
Love the internet!
Re: Haiku Validator
#4A little flask app to write and validate haikus. It's definitely not perfect and makes some mistakes. It uses the syllables python library to estimate how many syllables are in each word. You can check the override list at https://haikuvalidator.com/overrides and if you have any suggestions feel free to let me know any words that are broken. This is my first time making a web app. Hoping that someone finds it fun / u…
Nice and simple, very nice app.
Re: Haiku Validator
#5A little flask app to write and validate haikus. It's definitely not perfect and makes some mistakes. It uses the syllables python library to estimate how many syllables are in each word. You can check the override list at https://haikuvalidator.com/overrides and if you have any suggestions feel free to let me know any words that are broken. This is my first time making a web app. Hoping that someone finds it fun / u…
Re: Haiku Validator
#6A little flask app to write and validate haikus. It's definitely not perfect and makes some mistakes. It uses the syllables python library to estimate how many syllables are in each word. You can check the override list at https://haikuvalidator.com/overrides and if you have any suggestions feel free to let me know any words that are broken. This is my first time making a web app. Hoping that someone finds it fun / u…
Re: Haiku Validator
#7Aside from the fact that "syllables" is not exactly the unit being counted in haiku, there are also considerations of theme, tone, and a sort of "open-ended-ness" – among other considerations.
This article served as my introduction to the actual complexities of haiku: https://forgottenpoets.substack.com/p/haiku-thursdays-one-pl...
Re: Haiku Validator
#8A little flask app to write and validate haikus. It's definitely not perfect and makes some mistakes. It uses the syllables python library to estimate how many syllables are in each word. You can check the override list at https://haikuvalidator.com/overrides and if you have any suggestions feel free to let me know any words that are broken. This is my first time making a web app. Hoping that someone finds it fun / u…
Seems like a general problem with words ending in 'e'
Re: Haiku Validator
#9>>> import syllables
>>> syllables.estimate('estimate')
4
Doesn't matter in the context of making a fun web app though, cool idea!
Re: Haiku Validator
#10A little flask app to write and validate haikus. It's definitely not perfect and makes some mistakes. It uses the syllables python library to estimate how many syllables are in each word. You can check the override list at https://haikuvalidator.com/overrides and if you have any suggestions feel free to let me know any words that are broken. This is my first time making a web app. Hoping that someone finds it fun / u…