hltcoe / concrete-python

Python modules and scripts for working with Concrete, a data serialization format for NLP
https://concrete-python.readthedocs.io
Other
20 stars 8 forks source link

json2concrete support #13

Open arsalimtiaz opened 1 year ago

arsalimtiaz commented 1 year ago

The repository contains a script that converts a .concrete file to .json format(concrete2json.py). Can you add a script that converts a .json to .concrete format? Thank you!