#!/usr/bin/env python # coding: utf-8 # In[1]: from tf.app import use # In[2]: get_ipython().run_line_magic('load_ext', 'autoreload') get_ipython().run_line_magic('autoreload', '2') # In[3]: GNT = use ("tonyjurg/n1904_lft", hoist=globals()) # In[13]: Search0 = ''' word ''' Search0 = GNT.search(Search0) GNT.show(Search0, start=1, end=3, condensed=True, extraFeatures={'word','word_in_verse','sentence-text','sentence_number','case', 'morph', 'ln', 'word', 'clauseType','cltype','type', 'role','discontinuous'}) # In[16]: # In[15]: TF.isLoaded() # In[ ]: