diff --git a/resources/README.md b/resources/README.md index 3d0af42..041b85d 100644 --- a/resources/README.md +++ b/resources/README.md @@ -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).