2025-05-26 11:18:34 +09:30
2025-05-26 11:18:34 +09:30
2025-03-27 18:58:03 +10:30
2025-03-27 18:58:03 +10:30
2025-03-27 18:57:30 +10:30
2025-05-26 11:18:34 +09:30

Go Reference

import "code.ppl.town/justin/haiku-detector"

haiku := haiku.Find("haiku can be found wherever you are looking with help of some code")

if len(haiku) > 0 {
    println(haiku[0].String())
}

//   haiku can be found
// wherever you are looking
//  with help of some code
Description
A go package to detect Haiku in English text
Readme MIT 34 KiB
Languages
Go 100%