Browse Source

A quick note before work left in code.

master
Craig Oates 6 years ago
parent
commit
9be4b7741b
  1. 1
      WetPancake/DataStructuring.fs

1
WetPancake/DataStructuring.fs

@ -13,6 +13,7 @@
let ConstructMap map text =
BisectWords text ||> UpdateMap map
// This might be better in data processing...
let SeperateStartWords map =
let startWords, otherWords =
map

Loading…
Cancel
Save