From fe401497ff99051c9c4544ee2e8494069d9994b4 Mon Sep 17 00:00:00 2001 From: dasch124 <4641281+dasch124@users.noreply.github.com> Date: Sun, 22 Oct 2023 02:03:01 +0200 Subject: [PATCH] removing buggy experiment in ELAN2TEI --- .../080_01_ELAN2TEI/ELAN2TEI.ipynb | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/080_scripts_generic/080_01_ELAN2TEI/ELAN2TEI.ipynb b/080_scripts_generic/080_01_ELAN2TEI/ELAN2TEI.ipynb index b883e563..db713dc1 100644 --- a/080_scripts_generic/080_01_ELAN2TEI/ELAN2TEI.ipynb +++ b/080_scripts_generic/080_01_ELAN2TEI/ELAN2TEI.ipynb @@ -473,23 +473,6 @@ "Collect all ELAN documents from pathToELANDir" ] }, - { - "cell_type": "raw", - "id": "c6204a2b-e412-46fe-a554-759f649b9f2f", - "metadata": {}, - "source": [ - "class ELANdoc():\n", - " def __init__(self, pathToSource):\n", - " self.pathToSource = pathToSource\n", - " # check whether source exists\n", - "\n", - " def injectMetadataFromCorpus(self, corpusDocument):\n", - " return self\n", - "\n", - " def parse(self, foo):\n", - " print self.x + ' ' + foo" - ] - }, { "cell_type": "code", "execution_count": 11,