{ "cells": [ { "cell_type": "raw", "id": "3d577700", "metadata": {}, "source": [ "---\n", "title: NLP with Spacy\n", "description: This application shows different tasks of Spacy\n", "show-code: False\n", "params:\n", " sent:\n", " input: text\n", " label: Enter the text to analyze\n", " value: Apple is looking at buying U.K. startup for $1 billion\n", " task:\n", " input: select\n", " label: Choose the tasks to do\n", " choices: [Dependency Parser, Named Entity Recognition, Sentiment Analysis]\n", " value: Named Entity Recognition\n", " multi: True\n", " compact:\n", " input: checkbox\n", " label: Compact(If you chose Dependency Parser, check the below boxes accordingly)\n", " value: False\n", " collapse_punctuation:\n", " input: checkbox\n", " label: Collapse Punctuation\n", " value: False\n", " collapse_phrases:\n", " input: checkbox\n", " label: Collapse Phrases\n", " value: False\n", " entities:\n", " input: select\n", " label: If you chose Named Entity Recognition task then select the named entities you want to see\n", " choices: [PERSON, ORG, DATE, PRODUCT, LOC, GPE, LANGUAGE, FAC, NORP, MONEY]\n", " multi: True\n", "---" ] }, { "cell_type": "markdown", "id": "62ddeb5f", "metadata": {}, "source": [ "#