Statistically split concatinated words: 'imateapot' to ['im', 'a', 'teapot'] (github.com) 1 points by keredson 8y ago ↗ HN
[–] byoung2 8y ago ↗ The true test is whether it can split salesexchange into sales exchange instead of sale sex change [–] keredson 8y ago ↗ it can! :) >>> wordninja.split('salesexchange') ['sales', 'exchange']
2 comments
[ 4.7 ms ] story [ 18.0 ms ] thread