Merge pull request #195 from henningpeters/master

fix broken link
This commit is contained in:
Matthew Honnibal 2015-11-29 21:35:17 +11:00
commit ca838732b8

View File

@ -98,7 +98,7 @@ include ./meta.jade
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.