Skip to content

Commit

Permalink
removing buggy experiment in ELAN2TEI
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch124 committed Oct 22, 2023
1 parent b1896fc commit fe40149
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions 080_scripts_generic/080_01_ELAN2TEI/ELAN2TEI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fe40149

Please sign in to comment.