{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "The focus of the fifth lab is [constituent parsing](../chapters/parsing.ipynb).\n", "\n", "We will go through the notes of each of these sections to highlight issues, explain code, and point to exercise which you will work on." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Assignment 1\n", "Questions?" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Constituent Parsing\n", "\n", "Solve [exercises](../exercises/parsing.ipynb) in constituent parsing." ] } ], "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.5.0" } }, "nbformat": 4, "nbformat_minor": 0 }