tasty solution to word break finder
authorChris Koeritz <fred@gruntose.com>
Sun, 1 Jan 2017 22:52:55 +0000 (17:52 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 1 Jan 2017 22:52:55 +0000 (17:52 -0500)
commite6b0505dafd7d10d7c36757493e9cd05cbfda99d
treed5144dee49b7f5311e443797360a5f86daf4d121
parentdaec747ca024ed7e5fbd19ab390c6eaeac2a3737
tasty solution to word break finder

wrote up the solution on the whiteboard, trying to remember to speak my way through it.  then turned that solution into real code, to check where i was hosing up.  need to remember static void main(String args[]) rather than C variants.  got most function names pretty right for simple stuff.  code was actually correct modulo a couple infinitely looping bugs.  oof.
kona/src/org/feistymeow/textual/SimpleDictionary.java [new file with mode: 0644]
kona/src/org/feistymeow/textual/WordBreakFinder.java [new file with mode: 0644]
scripts/cleaning_progress.txt [new file with mode: 0644]