{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# All-in-one nephosem" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This tutorial shows the main tasks you can perform with the `nephosem` library, with the following steps:\n", "\n", "0. [**Inital setup**](#0.-Initial-setup): load required libraries\n", "1. [**Configuration**](#1.-Configuration): define settings specific for your case study, related mostly to how to read your corpus.\n", "2. [**Frequency lists**](#2.-Frequency-lists)\n", "3. [**Collocation matrices**](#3.-Co-occurrence-matrix): create co-occurrence matrices with and without dependency information\n", "4. [**Association measures**](#4.-Association-measures)\n", "5. [**Basic token level**](#5.-Basic-token-level): create token-level vectors, with and without dependency information\n", "6. [**Full token level**](#6.-Full-token-level): weights and replaces first-order context words with their type-level vectors\n", "7. [**Cosine distances**](#7.-Cosine-distances)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "