#!/usr/bin/env python # coding: utf-8 # # Overview Usecases # The following are several use-case examples that demonstrate the utilization of the Text-Fabric dataset. While Text-Fabric, which is implemented as a Python package, can be employed in any stand-alone Python script, it is commonly utilized from within a [Jupyter Notebook](https://jupyter.org) — an interactive web-based computational environment enabling users to create and share documents with live code, visualizations, and text, thus facilitating the inclusion of explanatory notes alongside queries and results obtained from Text-Fabric. The Notebooks are grouped into specific focus areas and topics, albeit somewhat arbitrarily. # # **Please note that some of these notebooks are still under development.** # ## Basic / general # # * [Load Text-Fabric in Jupyter notebook](load_text_fabric.ipynb) # * [Start Text-Fabric browser in Jupyter notebook](https://nbviewer.org/github/tonyjurg/Nestle1904GBI/blob/main/docs/usecases/starting_tf_browser.ipynb) # * [Print a specific verse](print_verse.ipynb) # * [Some system statistics](Some_system_statistics.ipynb) # * [Some corpus statistics](Some_corpus_statistics.ipynb) # # ## Grammatical # # * [Differences between formal and functional tags](formal_versus_functional_tag.ipynb) # * [The particles μέν and δέ](particles_men_and_de.ipynb) # * [The use of μονογενής](use_of_monogenes.ipynb) # * [The use of προσκυνέω](use_of_proskyneo.ipynb) # * [Incongruenct adverb and noun](incongruent_adverb_noun.ipynb) # * [Pronominal redundancy](pronominal_redundancy.ipynb) # # ## Syntactical # # * [Genitive objectivus or subjectivus](genitive_objectivus_or_subjectivus.ipynb) # * [The Granville Sharp rule](Granville_Sharp_rule.ipynb) # * [Articulated proper nouns](articulated_proper_nouns.ipynb) # * [Constituents order and phrase structure](constituents_order_and_phrase_structure.ipynb) # * [Repetition of nouns](repetition_of_nouns.ipynb) # In[ ]: