https://github.com/annotation/text-fabric
Raw File
Tip revision: 58a72f37d61dbb50c82880fcef27135bfcd9f08d authored by Dirk Roorda on 31 January 2019, 22:21:56 UTC
bug fix in data pre-computation introduced in 7.4.2
Tip revision: 58a72f3
app.py
from tf.app import use

A = use('bhsa', lgc=False, check=True)
back to top