iPoe
iPoe copied to clipboard
allow hyphens
Hyphens should either:
- build large words from smaller words
- introduce syllables in a word, if those syllables didn't exist already
(We can maybe skip checking "syllables already exist?", and rely on users to not put hyphens where there's already a syllable break.)
Does anything in the DB already have hyphens? If so, need to
- Check the DB for the full, hyphenated & normalized word
- Check for the full word with hyphens collapsed. On success, use hyphens to add more syllables
- Split by hyphens & check DB for those.
(ugh, 2 will be annoying to implement)