This is a rewrite of TCP, the Timlan C++ Parser.
Usage:
./tcpagain
To output the dictionary and fixionary
./tcpagain 'sentence in timlan'
To parse said sentence and return the results in pseudo-English.
Please note that the timlan dictionary (http://tim32.org/timlan/lookup/plain.php?VOS= saved as DB.dat) and fixionary (http://tim32.org/timlan/lookup/fixplain.php?VOS= saved as afixes.dat) are required to run this software.
To compile, stick all the .cpp files into your favourite C++ compiler, make sure C++17 features are turned on, and hope for the best...