Port over changes from #1386

This commit is contained in:
ines 2017-10-04 13:34:03 +02:00
parent 36ff525ff5
commit 33cf9cecdd
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ p
+row +row
+cell +cell
+a("https://github.com/tensorflow/models/tree/master/syntaxnet") SyntaxNet Parsey McParseface +a("https://github.com/tensorflow/models/tree/master/research/syntaxnet") SyntaxNet Parsey McParseface
+cell 2016 +cell 2016
+cell neural +cell neural
+cell.u-text-right 94.15 +cell.u-text-right 94.15

View File

@ -2,7 +2,7 @@
p p
| Here's a quick comparison of the functionalities offered by spaCy, | Here's a quick comparison of the functionalities offered by spaCy,
| #[+a("https://github.com/tensorflow/models/tree/master/syntaxnet") SyntaxNet], | #[+a("https://github.com/tensorflow/models/tree/master/research/syntaxnet") SyntaxNet],
| #[+a("http://www.nltk.org/py-modindex.html") NLTK] and | #[+a("http://www.nltk.org/py-modindex.html") NLTK] and
| #[+a("http://stanfordnlp.github.io/CoreNLP/") CoreNLP]. | #[+a("http://stanfordnlp.github.io/CoreNLP/") CoreNLP].

View File

@ -71,7 +71,7 @@ p
| You can also use displaCy to manually render data. This can be useful if | You can also use displaCy to manually render data. This can be useful if
| you want to visualize output from other libraries, like | you want to visualize output from other libraries, like
| #[+a("http://www.nltk.org") NLTK] or | #[+a("http://www.nltk.org") NLTK] or
| #[+a("https://github.com/tensorflow/models/tree/master/syntaxnet") SyntaxNet]. | #[+a("https://github.com/tensorflow/models/tree/master/research/syntaxnet") SyntaxNet].
| Simply convert the dependency parse or recognised entities to displaCy's | Simply convert the dependency parse or recognised entities to displaCy's
| format and set #[code manual=True] on either #[code render()] or | format and set #[code manual=True] on either #[code render()] or
| #[code serve()]. | #[code serve()].