Skip to content

Commit

Permalink
Update start.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjurg committed Jan 16, 2025
1 parent 9beef96 commit ca0cde4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/tutorial/start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"\n",
"This directory contains several Jupyter notebooks with examples showing how to use the [Nestle 1904 Text-Fabric dataset](https://centerblc.github.io/N1904/). Since Text-Fabric is implemented as a Python package, it can be employed in any stand-alone Python script. However, it is commonly utilized within a [Jupyter Notebook](https://jupyter.org) — an interactive web-based computational environment that enables users to create and share documents with live code, visualizations, and text. This allows for the inclusion of explanatory notes alongside queries and results obtained from Text-Fabric. The following notebooks are grouped into specific focus areas and topics, albeit somewhat arbitrarily.\n",
"\n",
"### Python and Text-Fabric Introduction\n",
"\n",
"<ul>\n",
" <li>\n",
" <a href=\"https://nbviewer.org/github/ETCBC/Tutorials/blob/master/Text-Fabric-Tutorial_Python_TF.ipynb\" target=\"_blank\">Introduction to Text-Fabric</a>: Course on Text-Fabric teaching basic Python and how to extract data from a Text-Fabric dataset.\n",
" </li>\n",
"</ul>\n",
"\n",
"### Setting up the environment\n",
"\n",
"<ul>\n",
Expand All @@ -32,12 +40,19 @@
"\n",
"<ul>\n",
" <li><a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/Load_the_Text-Fabric_dataset.ipynb\" target=\"_blank\">Load Text-Fabric</a>: basic usage example of function <code>use()</code>.</li>\n",
" <li><a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/print_verse.ipynb\" target=\"_blank\">Show verse</a>: Show the syntax tree and text of a specific verse.\n",
" </li> \n",
" <li><a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/various_text_formats.ipynb\" target=\"_blank\">Various text formats</a>: demonstration of the text formatting features.</li>\n",
" <li><a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/Agape.ipynb\" target=\"_blank\">Agape</a>: Exploring the use of the term Agapé in the Greek New Testament.\n",
" </li>\n",
"</ul>\n",
"\n",
"### Advanced\n",
"\n",
"<ul>\n",
" <li>\n",
" <a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/crasis.ipynb\" target=\"_blank\">Crasis</a>: Exploring crasis using the additional features.\n",
" </li>\n",
" <li><a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/hapax_legomena.ipynb\" target=\"_blank\">Hapax Legomena</a>: Grouping hapax legomena with their semantic classification.</li>\n",
" <li><a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/louw-nida.ipynb\" target=\"_blank\">Louw-Nida</a>: demonstration of the use of the Louw-Nida semantic classification feature.</li>\n",
" <li><a href=\"https://nbviewer.org/github/CenterBLC/N1904/tree/main/docs/tutorial/using_n-gram_in_text-fabric.ipynb\" target=\"_blank\">Using n-gram in Text-Fabric</a>: example of n-gram using this Text-Fabric dataset.</li>\n",
Expand All @@ -50,7 +65,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "56089978-2b24-4c72-893f-7b69b82a3eb9",
"id": "5d1ac91a-61b7-4a68-9e85-31a42b0da368",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit ca0cde4

Please sign in to comment.