From b03948aaa58db125c8cf314e5cc7438bdd8bb6a8 Mon Sep 17 00:00:00 2001 From: "M. Willis Monroe" Date: Tue, 6 Mar 2018 16:22:46 -0800 Subject: [PATCH] Broken github link to NLTK --- website/usage/spacy-101.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/usage/spacy-101.jade b/website/usage/spacy-101.jade index 81ed7a133..d5f4881e8 100644 --- a/website/usage/spacy-101.jade +++ b/website/usage/spacy-101.jade @@ -68,7 +68,7 @@ p +item #[strong spaCy is not research software]. | It's built on the latest research, but it's designed to get | things done. This leads to fairly different design decisions than - | #[+a("https://github./nltk/nltk") NLTK] + | #[+a("https://github.com/nltk/nltk") NLTK] | or #[+a("https://stanfordnlp.github.io/CoreNLP/") CoreNLP], which were | created as platforms for teaching and research. The main difference | is that spaCy is integrated and opinionated. spaCy tries to avoid asking