Hello, try out my textual parser to earn insights about your texts, this is a building block to be used in textual data compression project. Do mention the bugs and/or expected features in Github Issues. To run the example code open terminal/command promt and type:
Steps to build the example project ''' mkdir build cd build cmake .. make example_summarize ./examples/example_summarize '''
Given that you use the example text file that we ship, you should see something like: ''' Total words: 507, Unique words: 329 '''