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,