1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-10-18 07:51:42 +00:00

Updated index

This commit is contained in:
Carlos A. Iglesias 2024-06-07 17:54:18 +03:00 committed by GitHub
parent d935b85b26
commit bf684d6e6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,20 +43,16 @@
"source": [ "source": [
"# Table of Contents\n", "# Table of Contents\n",
"* [Objectives](#Objectives)\n", "* [Objectives](#Objectives)\n",
"* [NLP Basics](#NLP-Basics)\n", "* [Transformers](#Transformers)\n",
" * [Spacy installation](#Spacy-installation)\n", "* [Use cases: how to use pipelines](#Use-cases:-how-to-usepipelines)\n",
" * [Spacy pipeline](#Spacy-pipeline)\n", " * Sentiment Analysis\n",
" * [Tokenization](#Tokenization)\n", " * Translation\n",
" * [Noun chunks](#Noun-chunks)\n", " * Conversation\n",
" * [Stemming](#Stemming)\n", " * Masked Word Completion\n",
" * [Sentence segmentation](#Sentence-segmentation)\n", " * Text generation\n",
" * [Lemmatization](#Lemmatization)\n", " * Question Answering\n",
" * [Stop words](#Stop-words)\n", " * Text to Speech\n",
" * [POS](#POS)\n", "* [References](#References)"
" * [NER](#NER)\n",
"* [Text Feature extraction](#Text-Feature-extraction)\n",
"* [Classifying spam](#Classifying-spam)\n",
"* [Vectors and similarity](#Vectors-and-similarity)"
] ]
}, },
{ {
@ -159,7 +155,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Usa cases: how to use pipeline" "## Use cases: how to use pipelines"
] ]
}, },
{ {
@ -748,7 +744,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.11.7" "version": "3.11.5"
}, },
"latex_envs": { "latex_envs": {
"LaTeX_envs_menu_present": true, "LaTeX_envs_menu_present": true,