Closed Lmxiao4 closed 2 years ago
This is a camr file.
I want to convert it into mrp file with following command: ./main.py --read camr --write mrp data/sample/camr/gold.txt data/sample/camr/gold.mrp However, the nodes dict in output file doesn't have anchors. What command should I use?
You must specify the --text argument for anchors. See here: https://github.com/cfmrp/mtool#conversion
--text
Thanks!
This is a camr file.
I want to convert it into mrp file with following command: ./main.py --read camr --write mrp data/sample/camr/gold.txt data/sample/camr/gold.mrp However, the nodes dict in output file doesn't have anchors. What command should I use?