Jump to content

Word break problem: Difference between revisions

m
Line 229:
 
wordBreaks :: [String] -> String -> String
wordBreaks ws = (++) <*> \s -> (":\n" ++) . report (. fmap go <$>. tokenTrees ws s)
where
go t
9,659

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.