{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Corpus Processing" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**(C) 2021-2024 by [Damir Cavar](http://damir.cavar.me/)**" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Version:** 0.3, January 2024" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**License:** [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/) ([CA BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/))" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Download:** This and various other Jupyter notebooks are available from my [GitHub repo](https://github.com/dcavar/python-tutorial-notebooks)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This tutorial was developed as part of my course material for the courses Corpus Linguistics and Machine Learning for Computational Linguistics at [Indiana University](https://www.indiana.edu/)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Reading XML Files and Data" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### DOM Parsing" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### SAX Parsing" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Reading JSON Files and Data" ] }, { "cell_type": "markdown", "metadata": {}, "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Reading CoNLL Files and Data" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "To process the CoNLL-U file format, consider installing the *[conllu](https://pypi.org/project/conllu/)* module." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**(C) 2021-2024 by [Damir Cavar](http://damir.cavar.me/) <>**" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.6" } }, "nbformat": 4, "nbformat_minor": 4 }