TeangaNLP / teanga2

Teanga a dó
Apache License 2.0
0 stars 0 forks source link

Export to/from TCF format #29

Open jmccrae opened 4 months ago

jmccrae commented 4 months ago

Write the data using the TCF format developed in https://github.com/teangaNLP/teanga.rs

corpus = read_corpus_from_tcf_file("corpus.tcf")
corpus.to_tcf("corpus.tcf")