Hacker News new | past | comments | ask | show | jobs | submit login
Statistically split concatinated words: 'imateapot' to ['im', 'a', 'teapot'] (github.com/keredson)
1 point by keredson on Aug 11, 2017 | hide | past | favorite | 2 comments



The true test is whether it can split salesexchange into sales exchange instead of sale sex change


it can! :) >>> wordninja.split('salesexchange') ['sales', 'exchange']




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: