https://github.com/Dans-labs/text-fabric
Revision fe0d3c7ad9b20b193fe3bdde701d8b78910a272a authored by Dirk Roorda on 18 February 2017, 17:07:04 UTC, committed by Dirk Roorda on 18 February 2017, 17:07:04 UTC
1 parent 82246b4
Raw File
Tip revision: fe0d3c7ad9b20b193fe3bdde701d8b78910a272a authored by Dirk Roorda on 18 February 2017, 17:07:04 UTC
doc
Tip revision: fe0d3c7
README.md
# text-fabric
[![DOI](https://zenodo.org/badge/73742167.svg)](https://zenodo.org/badge/latestdoi/73742167)
![text-fabric](https://raw.github.com/ETCBC/text-fabric/master/docs/tf.png)

Text-Fabric is a Python3 package for Text plus Annotations.

It provides a data model, a text file format, and a binary format for (ancient) text plus
(linguistic) annotations.

The emphasis of this all is on:

* data processing
* sharing data
* contributing modules

A defining characteristic is that Text-Fabric does not make use of XML or JSON,
but stores text as a bunch of features.
These features are interpreted against a *graph* of nodes and edges, which make up the
abstract fabric of the text.

[Install & Docs](https://github.com/ETCBC/text-fabric/wiki/Home)

---

[Motivation](http://www.slideshare.net/dirkroorda/text-fabric) - 
[Data](https://github.com/ETCBC/text-fabric-data)

back to top