Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 605 Bytes

Timlan C++ Parser Again!

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...