swh:1:snp:7ce5f1105410d5ee1ad6abfdc873986c25b579e5
Raw File
Tip revision: 57648a055222679c3be5f7f0cb6211751ac016ea authored by Dirk Roorda on 28 November 2023, 16:44:58 UTC
small fix in startup tf browser
Tip revision: 57648a0
__init__.py
"""
# Various forms of data interchange

TF can interchange data with MQL, see `tf.convert.mql`.

It has also support for converting streams of data to TF 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-optimised data files,
see `tf.convert.tf.explode`.
"""
back to top