fix broken link

This commit is contained in:
Henning Peters 2015-11-29 10:08:26 +01:00
parent b9b869572f
commit 3c7928f618

View File

@ -98,7 +98,7 @@ include ./meta.jade
h3 Dependency Parser h3 Dependency Parser
p The parser uses the algorithm described in my #[a(href="parsing-english-in-python/") 2014 blog post]. This algorithm, shift-reduce dependency parsing, is becoming widely adopted due to its compelling speed/accuracy trade-off. p The parser uses the algorithm described in my #[a(href="/blog/parsing-english-in-python/") 2014 blog post]. This algorithm, shift-reduce dependency parsing, is becoming widely adopted due to its compelling speed/accuracy trade-off.
p Some quick details about spaCy's take on this, for those who happen to know these models well. I'll write up a better description shortly. p Some quick details about spaCy's take on this, for those who happen to know these models well. I'll write up a better description shortly.