top | item 45388762

(no title)

mrstone | 5 months ago

A 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 / useful.

discuss

order

bananaflag|5 months ago

"space" is counted as 2 syllables, should be 1

Seems like a general problem with words ending in 'e'

computerphage|5 months ago

"Sometimes" and "sense" are both wrong. I don't think this library is very good

pxndxx|5 months ago

"wrote" came up as 2 syllables :(

gh5000|5 months ago

close comes up as 2 syllables in the app, should be 1.

Nice and simple, very nice app.