mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Port over changes from #1386
This commit is contained in:
parent
36ff525ff5
commit
33cf9cecdd
|
@ -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
|
||||||
|
|
|
@ -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].
|
||||||
|
|
||||||
|
|
|
@ -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()].
|
||||||
|
|
Loading…
Reference in New Issue
Block a user