Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 799 Bytes

File metadata and controls

22 lines (17 loc) · 799 Bytes

Typhoon parser

Parsing typhoon TAC message.

Usage

python3 parser.py --code examples/TCPQ_BABJ.txt --output print

Output option:

  • json: a json containing field and raw code/translated meaning.
  • txt: a text explaining the message.
  • print: print to stdout.

Some parsers require a translation server. See parsers/deepseek_client.py

Supported message

See parsers/

Reference