https://github.com/annotation/text-fabric
Raw File
Tip revision: c71f935dfb6c9722dabc98670e5024a3c68aed9b authored by Dirk Roorda on 04 January 2017, 12:49:58 UTC
New minor release 2.1.3
Tip revision: c71f935
README.md
# text-fabric

![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