patrickarmengol / haikuobs

detects haikus from text; search tweets for valid haikus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This program helps you find valid haikus from tweets.

Example

keyword to search: chocolate
-------------------------------------------------
++++++++++++++++++ haiku found ++++++++++++++++++
i just ate the hell
out of the chocolate it was
the right decision
-------------------------------------------------
keyword to search: banana
keyword to search: apple
keyword to search: shoes
keyword to search: tree
-------------------------------------------------
++++++++++++++++++ haiku found ++++++++++++++++++
@nerocraticoath
i dissolved tree resin in
isopropanol
-------------------------------------------------

Lessons Learned

  • NLP is interesting
  • counting syllables is harder than I thought it would be
  • twitter is trash

About

detects haikus from text; search tweets for valid haikus

License:MIT License


Languages

Language:Python 100.0%