shorten tutorial titles

This commit is contained in:
Henning Peters 2015-12-03 16:27:12 +01:00
parent 79ff34c213
commit 25f0382d5a
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
- var Meta = {} - var Meta = {}
- Meta.author_id = 'spacy' - Meta.author_id = 'spacy'
- Meta.headline = "Tutorial: Adding a language to spaCy" - Meta.headline = "Adding a language to spaCy"
- Meta.description = "Long awaited documentation for adding a language to spaCy" - Meta.description = "Long awaited documentation for adding a language to spaCy"
- Meta.date = "2015-08-18" - Meta.date = "2015-08-18"
- Meta.url = "/tutorials/add-a-language" - Meta.url = "/tutorials/add-a-language"

View File

@ -1,5 +1,5 @@
- var Meta = {} - var Meta = {}
- Meta.headline = "Tutorial: Load new word vectors" - Meta.headline = "Load new word vectors"
- Meta.description = "Word vectors allow simple similarity queries, and drive many NLP applications. This tutorial explains how to load custom word vectors into spaCy, to make use of task or data-specific representations." - Meta.description = "Word vectors allow simple similarity queries, and drive many NLP applications. This tutorial explains how to load custom word vectors into spaCy, to make use of task or data-specific representations."
- Meta.author_id = "matt" - Meta.author_id = "matt"
- Meta.date = "2015-09-24" - Meta.date = "2015-09-24"

View File

@ -1,5 +1,5 @@
- var Meta = {} - var Meta = {}
- Meta.headline = "Tutorial: Mark all adverbs, particularly for verbs of speech" - Meta.headline = "Mark all adverbs, particularly for verbs of speech"
- Meta.author_id = 'matt' - Meta.author_id = 'matt'
- Meta.description = "Let's say you're developing a proofreading tool, or possibly an IDE for writers. You're convinced by Stephen King's advice that adverbs are not your friend so you want to highlight all adverbs." - Meta.description = "Let's say you're developing a proofreading tool, or possibly an IDE for writers. You're convinced by Stephen King's advice that adverbs are not your friend so you want to highlight all adverbs."
- Meta.date = "2015-08-18" - Meta.date = "2015-08-18"

View File

@ -1,5 +1,5 @@
- var Meta = {} - var Meta = {}
- Meta.headline = "Tutorial: Search Reddit for comments about Google doing something" - Meta.headline = "Search Reddit for comments about Google doing something"
- Meta.description = "Example use of the spaCy NLP tools for data exploration. Here we will look for Reddit comments that describe Google doing something, i.e. discuss the company's actions. This is difficult, because other senses of \"Google\" now dominate usage of the word in conversation, particularly references to using Google products." - Meta.description = "Example use of the spaCy NLP tools for data exploration. Here we will look for Reddit comments that describe Google doing something, i.e. discuss the company's actions. This is difficult, because other senses of \"Google\" now dominate usage of the word in conversation, particularly references to using Google products."
- Meta.author_id = "matt" - Meta.author_id = "matt"
- Meta.date = "2015-08-18" - Meta.date = "2015-08-18"

View File

@ -1,5 +1,5 @@
- var Meta = {} - var Meta = {}
- Meta.headline = "Tutorial: Finding Relevant Tweets" - Meta.headline = "Finding Relevant Tweets"
- Meta.author_id = 'matt' - Meta.author_id = 'matt'
- Meta.description = "In this tutorial, we will use word vectors to search for tweets about Jeb Bush. We'll do this by building up two word lists: one that represents the type of meanings in the Jeb Bush tweets, and another to help screen out irrelevant tweets that mention the common, ambiguous word 'bush'." - Meta.description = "In this tutorial, we will use word vectors to search for tweets about Jeb Bush. We'll do this by building up two word lists: one that represents the type of meanings in the Jeb Bush tweets, and another to help screen out irrelevant tweets that mention the common, ambiguous word 'bush'."
- Meta.date = "2015-08-18" - Meta.date = "2015-08-18"