Module tf.convert

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 explode().

Expand source code Browse git
"""
# 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`.
"""

Sub-modules

tf.convert.addnlp

Add data from an NLP pipeline …

tf.convert.app
tf.convert.helpers
tf.convert.mql

MQL …

tf.convert.pagexml
tf.convert.pandas

Export a TF dataset to a tf.convert.pandas data frame …

tf.convert.recorder

Recorder …

tf.convert.tei

TEI import …

tf.convert.tf

Raw, unoptimised data from TF files

tf.convert.variants

Variants …

tf.convert.walker

Walker …

tf.convert.watm

Export to Web Annotation Text Model …

tf.convert.xml

XML import …

tf.convert.xmlCustom