Revision 7fdf25fed954698d7bcf1c0099489ed4c8456fe6 authored by Dirk Roorda on 29 October 2023, 14:09:12 UTC, committed by Dirk Roorda on 29 October 2023, 14:09:12 UTC
1 parent c0e529a
Raw File
__init__.py
"""
# Various forms of data interchange

Text-Fabric can interchange data with MQL, see `tf.convert.mql`.

It has also support for converting streams of data to Text-Fabric format,
see `tf.convert.walker`.

And there is support for round trips of TF data to annotation tools and back,
see `tf.convert.recorder`.

You can *explode* plain TF files in big, non-optimized data files,
see `tf.convert.tf.explode`.
"""
back to top