Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjurg authored Nov 13, 2023
1 parent 9b9902a commit 8cd68cf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ This section contains the following:
* [Converter](converter#readme): The various jupyter notebooks used for the two-step conversion (XML->pickle->TF)
* [Sourcedata](sourcedata#readme): The various versions of the XML data (used as input to the first step of the conversion, i.e. XML -> pickle).
* [Picklefiles](picklefiles#readme): The various versions of the (zipped) pickle files (=output step 1) used for creating the Text-Fabric files.
* Also in this directory are a few Jupyter Notebooks related to handling of the source data.

Also in this directory are a few Jupyter Notebooks related to handling of the source data:
* [Compare content of two XML files](CompareTwoXMLfiles.ipynb).
* [Examining the differences between features 'word' and 'normalized'](differences_word_normalized.ipynb).
* [Find duplicate structure headings](duplicate.ipynb).
* [Identify punctuations used in corpus](identify_punctuations.ipynb).
* [Identifying the use of critical signs in the text](identifying_critical_signs.ipynb).
* [Comparing attributes 'unicode', 'normalized' in the XML data](unicode_normalized_tagvalue_comparison.ipynb).

0 comments on commit 8cd68cf

Please sign in to comment.