diff --git a/website/src/jade/tutorials/add-a-language/meta.jade b/website/src/jade/tutorials/add-a-language/meta.jade index 04818d968..b6fde298b 100644 --- a/website/src/jade/tutorials/add-a-language/meta.jade +++ b/website/src/jade/tutorials/add-a-language/meta.jade @@ -1,6 +1,6 @@ - var Meta = {} - 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.date = "2015-08-18" - Meta.url = "/tutorials/add-a-language" diff --git a/website/src/jade/tutorials/load-new-word-vectors/meta.jade b/website/src/jade/tutorials/load-new-word-vectors/meta.jade index 058fa409f..ee5aa3a17 100644 --- a/website/src/jade/tutorials/load-new-word-vectors/meta.jade +++ b/website/src/jade/tutorials/load-new-word-vectors/meta.jade @@ -1,5 +1,5 @@ - 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.author_id = "matt" - Meta.date = "2015-09-24" diff --git a/website/src/jade/tutorials/mark-adverbs/meta.jade b/website/src/jade/tutorials/mark-adverbs/meta.jade index 259ac84f4..e6b4c4720 100644 --- a/website/src/jade/tutorials/mark-adverbs/meta.jade +++ b/website/src/jade/tutorials/mark-adverbs/meta.jade @@ -1,5 +1,5 @@ - 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.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" diff --git a/website/src/jade/tutorials/syntax-search/meta.jade b/website/src/jade/tutorials/syntax-search/meta.jade index cfdc755e9..126a671fd 100644 --- a/website/src/jade/tutorials/syntax-search/meta.jade +++ b/website/src/jade/tutorials/syntax-search/meta.jade @@ -1,5 +1,5 @@ - 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.author_id = "matt" - Meta.date = "2015-08-18" diff --git a/website/src/jade/tutorials/twitter-filter/meta.jade b/website/src/jade/tutorials/twitter-filter/meta.jade index 2d989d595..c705e597b 100644 --- a/website/src/jade/tutorials/twitter-filter/meta.jade +++ b/website/src/jade/tutorials/twitter-filter/meta.jade @@ -1,5 +1,5 @@ - var Meta = {} -- Meta.headline = "Tutorial: Finding Relevant Tweets" +- Meta.headline = "Finding Relevant Tweets" - 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.date = "2015-08-18"