Skip to content

Add the dico kernel subcommand

Lai, Ting-Yang requested to merge dico-kernel into master

Context

Currently, the digraph.py class only read the DIG format. This merge request aims to modify the supported format by JSON. Also, the kernel subcommand is provided.

Modified or added files

  • dico.py: add the argument for kernel subcommand
  • dictionary.py: add useful function
  • digraph.py : add load_from_json_file
  • kernel.py: the module handling the subcommand kernel

TODO

  • Update tests to support JSON instead of DIG
Edited by Alexandre Blondin Massé

Merge request reports