This project contains all tools necessary for creating book statistic models and generating new text using statistic characteristics of given book. The algorithm is based on WFC - https://github.com/mxgmn/WaveFunctionCollapse
- Use BookModelFactory to generate BookModel from specified book - text file resource.
- Use BookModelFactory to merge two BookModel models.
- Use BookModelLoader to save/load BookModel to/from disk.
- Use WordSearch to search/analyze/debug BookModel.
- Use WFCGenerator to generate text from BookModel.
- Use Utils to generate and save a book to disk.