mirror of
https://github.com/gsi-upm/sitc
synced 2024-11-17 12:02:28 +00:00
Updated index
This commit is contained in:
parent
d935b85b26
commit
bf684d6e6e
@ -43,20 +43,16 @@
|
||||
"source": [
|
||||
"# Table of Contents\n",
|
||||
"* [Objectives](#Objectives)\n",
|
||||
"* [NLP Basics](#NLP-Basics)\n",
|
||||
" * [Spacy installation](#Spacy-installation)\n",
|
||||
" * [Spacy pipeline](#Spacy-pipeline)\n",
|
||||
" * [Tokenization](#Tokenization)\n",
|
||||
" * [Noun chunks](#Noun-chunks)\n",
|
||||
" * [Stemming](#Stemming)\n",
|
||||
" * [Sentence segmentation](#Sentence-segmentation)\n",
|
||||
" * [Lemmatization](#Lemmatization)\n",
|
||||
" * [Stop words](#Stop-words)\n",
|
||||
" * [POS](#POS)\n",
|
||||
" * [NER](#NER)\n",
|
||||
"* [Text Feature extraction](#Text-Feature-extraction)\n",
|
||||
"* [Classifying spam](#Classifying-spam)\n",
|
||||
"* [Vectors and similarity](#Vectors-and-similarity)"
|
||||
"* [Transformers](#Transformers)\n",
|
||||
"* [Use cases: how to use pipelines](#Use-cases:-how-to-usepipelines)\n",
|
||||
" * Sentiment Analysis\n",
|
||||
" * Translation\n",
|
||||
" * Conversation\n",
|
||||
" * Masked Word Completion\n",
|
||||
" * Text generation\n",
|
||||
" * Question Answering\n",
|
||||
" * Text to Speech\n",
|
||||
"* [References](#References)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -159,7 +155,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Usa cases: how to use pipeline"
|
||||
"## Use cases: how to use pipelines"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -748,7 +744,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.7"
|
||||
"version": "3.11.5"
|
||||
},
|
||||
"latex_envs": {
|
||||
"LaTeX_envs_menu_present": true,
|
||||
|
Loading…
Reference in New Issue
Block a user