MichaelWehar / Crossword-Layout-Generator

Crossword Layout Generator - Open Source
http://michaelwehar.com/crosswords
MIT License
56 stars 17 forks source link

Isolated Words and Small Word Islands #3

Closed MichaelWehar closed 4 years ago

MichaelWehar commented 4 years ago

Currently, the layout generator will sometimes add isolated words and smaller isolated word islands to the layout. In some cases, we want to maximize the number of words that we fit in the grid. However, I think that in general we might want to remove isolated words and small word islands.

I suggest that there should be an option that (if set) will automatically remove isolated words. Also, there could be a parameter for removing small word islands that contain fewer than the parameter many words.

MichaelWehar commented 4 years ago

Added function for removing isolated words. Will close this for now. :)